mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 13:27:27 +00:00
build: default to Node 24 and keep Node 22 compat
This commit is contained in:
@@ -9,7 +9,7 @@ read_when:
|
||||
|
||||
# Release Checklist (npm + macOS)
|
||||
|
||||
Use `pnpm` (Node 22+) from the repo root. Keep the working tree clean before tagging/publishing.
|
||||
Use `pnpm` from the repo root with Node 24 by default. Node `22.12+` remains supported for compatibility. Keep the working tree clean before tagging/publishing.
|
||||
|
||||
## Operator trigger
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ This script drives the interactive wizard via a pseudo-tty, verifies config/work
|
||||
|
||||
## QR import smoke (Docker)
|
||||
|
||||
Ensures `qrcode-terminal` loads under Node 22+ in Docker:
|
||||
Ensures `qrcode-terminal` loads under the supported Docker Node runtimes (Node 24 default, Node 22 compatible):
|
||||
|
||||
```bash
|
||||
pnpm test:docker:qr
|
||||
|
||||
Reference in New Issue
Block a user