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

@@ -14,7 +14,7 @@ and a working chat session.
## What you need
- **Node.js** — Node 24 recommended (Node 22.16+ also supported)
- **Node.js** — Node 24 recommended (Node 22.14+ also supported)
- **An API key** from a model provider (Anthropic, OpenAI, Google, etc.) — onboarding will prompt you
<Tip>

View File

@@ -21,7 +21,7 @@ For onboarding details, see [Onboarding (CLI)](/start/wizard).
## Prereqs (from source)
- Node 24 recommended (Node 22 LTS, currently `22.16+`, still supported)
- Node 24 recommended (Node 22 LTS, currently `22.14+`, still supported)
- `pnpm`
- Docker (optional; only for containerized setup/e2e — see [Docker](/install/docker))