Conditionally skip node reassignment test where version >= 0.28.0

This commit is contained in:
Paul Kronenwetter
2026-02-06 13:54:46 -05:00
parent 0d0b5f88a1
commit b38b733e9f
2 changed files with 14 additions and 7 deletions
+5
View File
@@ -43,6 +43,11 @@ export async function getRuntimeClient(version: Version) {
return bootstrap.getRuntimeClient(env.apiKey);
}
export async function getIsAtLeast(version: Version) {
const { env, bootstrap } = await ensureVersion(version);
return bootstrap.clientHelpers.isAtleast;
}
export async function getNode(version: Version) {
const { tailscaleNode } = await ensureVersion(version);
return {