build: align Node 22 guidance with 22.16 minimum

This commit is contained in:
Altay
2026-03-12 15:26:36 +03:00
committed by Ayaan Zaidi
parent 0a8d2b6200
commit b0f717aa02
8 changed files with 12 additions and 10 deletions

View File

@@ -257,7 +257,7 @@ export async function maybeRepairGatewayServiceConfig(
note(warning, "Gateway runtime");
}
note(
"System Node 22+ not found. Install via Homebrew/apt/choco and rerun doctor to migrate off Bun/version managers.",
"System Node 22 LTS (22.16+) or Node 24 not found. Install via Homebrew/apt/choco and rerun doctor to migrate off Bun/version managers.",
"Gateway runtime",
);
}