fix: engines ^22.18.0 || >=24.0.0 — exclude EOL Node 23
This commit is contained in:
@@ -34,7 +34,7 @@ Per-package map: the group READMEs, indexed from [packages/README.md](packages/R
|
||||
## Commands
|
||||
|
||||
```sh
|
||||
pnpm install # pnpm workspaces, node >= 22.18
|
||||
pnpm install # pnpm workspaces, node ^22.18 || >=24
|
||||
pnpm run test # vitest unit tests
|
||||
pnpm run test:coverage # THE gating test run: per-file 100% coverage on packages/*/*/src
|
||||
pnpm run test:e2e # real-API tests; self-skip without DEEPSEEK_API_KEY
|
||||
|
||||
Reference in New Issue
Block a user