Skip to content

Commit 3aba6e0

Browse files
committed
CI: Update Node.js version to v14.17.0
The current active LTS is now v14.
1 parent da79cd0 commit 3aba6e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/emscripten-entry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ source /emsdk-portable/emsdk_env.sh &> /dev/null
77

88
# emsdk-portable provides a node binary, but we need version 8 to run wasm
99
# NOTE: Do not forget to sync Node.js version with `emscripten.sh`!
10-
export PATH="/node-v12.18.3-linux-x64/bin:$PATH"
10+
export PATH="/node-v14.17.0-linux-x64/bin:$PATH"
1111

1212
exec "$@"

ci/emscripten.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ chmod a+rxw -R /emsdk-portable
3939
# node 8 is required to run wasm
4040
# NOTE: Do not forget to sync Node.js version with `emscripten-entry.sh`!
4141
cd /
42-
curl --retry 5 -L https://nodejs.org/dist/v12.18.3/node-v12.18.3-linux-x64.tar.xz | \
42+
curl --retry 5 -L https://nodejs.org/dist/v14.17.0/node-v14.17.0-linux-x64.tar.xz | \
4343
tar -xJ

0 commit comments

Comments
 (0)