fix(runtime): support Node 22.14 installs

This commit is contained in:
Peter Steinberger
2026-03-25 06:15:21 -07:00
parent 3c3fd8c386
commit ea08f2eb8c
26 changed files with 56 additions and 55 deletions

View File

@@ -45,7 +45,7 @@ For all flags and CI/automation options, see [Installer internals](/install/inst
## System requirements
- **Node 24** (recommended) or Node 22.16+ — the installer script handles this automatically
- **Node 24** (recommended) or Node 22.14+ — the installer script handles this automatically
- **macOS, Linux, or Windows** — both native Windows and WSL2 are supported; WSL2 is more stable. See [Windows](/platforms/windows).
- `pnpm` is only needed if you build from source