From 2c31dca7e298b629f5bd4ea07eac3c06d0556054 Mon Sep 17 00:00:00 2001 From: "Rong \"Mantle\" Bao" Date: Mon, 23 Mar 2026 18:24:30 +0800 Subject: [PATCH] build(reh): bump Node.js version for loong64 and riscv64 (#2760) --- build/linux/package_reh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/linux/package_reh.sh b/build/linux/package_reh.sh index eb49ade..e7d23d9 100755 --- a/build/linux/package_reh.sh +++ b/build/linux/package_reh.sh @@ -50,13 +50,13 @@ elif [[ "${VSCODE_ARCH}" == "ppc64le" ]]; then export VSCODE_SYSROOT_REPOSITORY='VSCodium/vscode-linux-build-agent' export VSCODE_SYSROOT_VERSION='20240129-253798' elif [[ "${VSCODE_ARCH}" == "riscv64" ]]; then - NODE_VERSION="20.16.0" + NODE_VERSION="22.21.1" VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:focal-devtoolset-riscv64" export VSCODE_SKIP_SETUPENV=1 export VSCODE_NODEJS_SITE='https://unofficial-builds.nodejs.org' elif [[ "${VSCODE_ARCH}" == "loong64" ]]; then - NODE_VERSION="20.16.0" + NODE_VERSION="22.21.1" VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:beige-devtoolset-loong64" export VSCODE_SKIP_SETUPENV=1