Skip to content

Commit

Permalink
fix(riscv64): bump nodejs to 20.16.0 (#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt authored Oct 15, 2024
1 parent 95fd5b7 commit 5db0194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package_linux_reh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5db0194

Please sign in to comment.