docs: align getting-started Node.js requirement with package engines (#622)

Fixes misleading npm install prerequisite (24.15.0) so docs match
apps/kimi-code package.json engines.node >=22.19.0.

Co-authored-by: cyning <cyning12@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: liruifengv <liruifeng1024@gmail.com>
This commit is contained in:
Cyning12 2026-06-10 21:31:32 +08:00 committed by GitHub
parent 296142544e
commit 42a104a840
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ The script automatically downloads the latest release, verifies the checksum, an
### npm installation
Requires Node.js 24.15.0 or later:
Requires Node.js 22.19.0 or later:
```sh
node --version

View file

@ -40,7 +40,7 @@ irm https://code.kimi.com/kimi-code/install.ps1 | iex
### npm 安装
需要 Node.js 24.15.0 或更高版本:
需要 Node.js 22.19.0 或更高版本:
```sh
node --version