fix(bootable): 同步 Node.js 版本 v22.14.0 → v22.16.0

与其他模块保持一致。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hfshfg
2026-03-31 20:07:09 +08:00
parent f17a4d00ff
commit 29962716b9

View File

@@ -7,7 +7,7 @@
set -euo pipefail
# ── All constants defined here (independent of any other project files) ──
NODE_VERSION="v22.14.0"
NODE_VERSION="v22.16.0"
NODE_MIRROR="https://npmmirror.com/mirrors/node"
NODE_OFFICIAL="https://nodejs.org/dist"
NPM_MIRROR="https://registry.npmmirror.com"