From 29962716b9651c6aea9109a36a121637802014fa Mon Sep 17 00:00:00 2001 From: hfshfg <38004547@qq.com> Date: Tue, 31 Mar 2026 20:07:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(bootable):=20=E5=90=8C=E6=AD=A5=20Node.js?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC=20v22.14.0=20=E2=86=92=20v22.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 与其他模块保持一致。 Co-Authored-By: Claude Sonnet 4.6 --- bootable/linux-setup/setup-openclaw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootable/linux-setup/setup-openclaw.sh b/bootable/linux-setup/setup-openclaw.sh index fefff05..44e05d0 100644 --- a/bootable/linux-setup/setup-openclaw.sh +++ b/bootable/linux-setup/setup-openclaw.sh @@ -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"