update: node v16.11.0 (解决codebuddy无法使用。)

This commit is contained in:
msojocs 2025-04-28 16:58:31 +08:00
parent cb363c5326
commit 99b2a42170
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 1.06.2412050-3 / 2025-04-
- update: node v16.11.0 (解决codebuddy无法使用。)
# 1.06.2412050-2 / 2025-02-17 # 1.06.2412050-2 / 2025-02-17
- update: compiler(Linux) v0.1.3 - update: compiler(Linux) v0.1.3

View File

@ -1,6 +1,6 @@
# 此处版本应与nwjs使用的node版本一致 # 此处版本应与nwjs使用的node版本一致
if [ -z $NODE_VERSION ];then if [ -z $NODE_VERSION ];then
NODE_VERSION=16.4.2 NODE_VERSION=16.11.0
fi fi
NODE_URL_CN=https://npmmirror.com/mirrors/node/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz NODE_URL_CN=https://npmmirror.com/mirrors/node/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz
NODE_URL_GLOBAL=https://nodejs.org/download/release/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz NODE_URL_GLOBAL=https://nodejs.org/download/release/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz