docs: clarify Node CI matrix

This commit is contained in:
Tianyi Cui
2026-06-14 11:28:00 +08:00
parent f2524e9c45
commit 7586caf2dd
+1 -1
View File
@@ -4,7 +4,7 @@ This guide covers the local setup needed to work on DeepSeek Harness and underst
## Prerequisites
- Node.js 24 or newer. The repo declares `node >=24`, and CI also exercises Node 24.
- Node.js 24 or newer. The repo declares `node >=24`; CI runs the matrix on Node 24 and 26.
- Corepack-enabled Yarn. The repo pins `yarn@4.14.1` in `package.json`; run `corepack enable` if `yarn --version` does not resolve through Corepack.
- Git.
- Optional: a DeepSeek API key for the coding-agent demo and real-API e2e tests.