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:
@@ -7,7 +7,7 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# ── All constants defined here (independent of any other project files) ──
|
# ── 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_MIRROR="https://npmmirror.com/mirrors/node"
|
||||||
NODE_OFFICIAL="https://nodejs.org/dist"
|
NODE_OFFICIAL="https://nodejs.org/dist"
|
||||||
NPM_MIRROR="https://registry.npmmirror.com"
|
NPM_MIRROR="https://registry.npmmirror.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user