Skip to content

Commit 99b2a42

Browse files
committed
update: node v16.11.0 (解决codebuddy无法使用。)
1 parent cb363c5 commit 99b2a42

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.06.2412050-3 / 2025-04-
2+
3+
- update: node v16.11.0 (解决codebuddy无法使用。)
4+
15
# 1.06.2412050-2 / 2025-02-17
26

37
- update: compiler(Linux) v0.1.3

conf/node_info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 此处版本应与nwjs使用的node版本一致
22
if [ -z $NODE_VERSION ];then
3-
NODE_VERSION=16.4.2
3+
NODE_VERSION=16.11.0
44
fi
55
NODE_URL_CN=https://npmmirror.com/mirrors/node/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz
66
NODE_URL_GLOBAL=https://nodejs.org/download/release/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz

0 commit comments

Comments
 (0)