fix(usb-release): 同步 Node.js 版本 v22.14.0 → v22.16.0

与 install/ 保持一致。

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

View File

@@ -12,7 +12,7 @@ CORE_DIR="$SCRIPT_DIR/core"
RUNTIME_DIR="$SCRIPT_DIR/runtime" RUNTIME_DIR="$SCRIPT_DIR/runtime"
MIRROR="https://registry.npmmirror.com" MIRROR="https://registry.npmmirror.com"
NODE_MIRROR="https://npmmirror.com/mirrors/node" NODE_MIRROR="https://npmmirror.com/mirrors/node"
NODE_VERSION="v22.14.0" NODE_VERSION="v22.16.0"
ALL_PLATFORMS=false ALL_PLATFORMS=false
WITH_TOOLKIT=false WITH_TOOLKIT=false