Skip to content

Commit c900315

Browse files
committed
final
1 parent a21f268 commit c900315

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package_linux_reh.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ if [[ "${VSCODE_ARCH}" == "ppc64le" ]]; then
2323
GLIBC_VERSION="2.28"
2424
elif [[ "${VSCODE_ARCH}" == "riscv64" ]]; then
2525
# Unofficial RISC-V nodejs builds doesn't provide v16.x
26-
NODE_VERSION="18.18.1"
26+
# Node 18 is buggy so use 20 here for now: https://github.com/VSCodium/vscodium/issues/2060
27+
NODE_VERSION="20.16.0"
2728
fi
2829

2930
export VSCODE_PLATFORM='linux'

0 commit comments

Comments
 (0)