From 7586caf2dd7da5920daf484256bc5fcb983f1668 Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Sun, 14 Jun 2026 11:28:00 +0800 Subject: [PATCH] docs: clarify Node CI matrix --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 01edf783bc..123aea44bf 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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.