We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21f268 commit c900315Copy full SHA for c900315
package_linux_reh.sh
@@ -23,7 +23,8 @@ if [[ "${VSCODE_ARCH}" == "ppc64le" ]]; then
23
GLIBC_VERSION="2.28"
24
elif [[ "${VSCODE_ARCH}" == "riscv64" ]]; then
25
# Unofficial RISC-V nodejs builds doesn't provide v16.x
26
- NODE_VERSION="18.18.1"
+ # Node 18 is buggy so use 20 here for now: https://github.com/VSCodium/vscodium/issues/2060
27
+ NODE_VERSION="20.16.0"
28
fi
29
30
export VSCODE_PLATFORM='linux'
0 commit comments