From 5db0194218b8f140f1f5444b8dfcbacc641e0689 Mon Sep 17 00:00:00 2001 From: Levi Zim Date: Tue, 15 Oct 2024 17:12:09 +0800 Subject: [PATCH] fix(riscv64): bump nodejs to 20.16.0 (#2061) --- package_linux_reh.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package_linux_reh.sh b/package_linux_reh.sh index 58b3500..bef7e42 100755 --- a/package_linux_reh.sh +++ b/package_linux_reh.sh @@ -23,7 +23,8 @@ if [[ "${VSCODE_ARCH}" == "ppc64le" ]]; then GLIBC_VERSION="2.28" elif [[ "${VSCODE_ARCH}" == "riscv64" ]]; then # Unofficial RISC-V nodejs builds doesn't provide v16.x - NODE_VERSION="18.18.1" + # Node 18 is buggy so use 20 here for now: https://github.com/VSCodium/vscodium/issues/2060 + NODE_VERSION="20.16.0" fi export VSCODE_PLATFORM='linux'