CI: Update Node.js version to v14.17.0

The current active LTS is now v14.
This commit is contained in:
Yuki Okushi
2021-06-13 01:38:14 +09:00
parent 2ba240717d
commit d2a79f64c8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ source /emsdk-portable/emsdk_env.sh &> /dev/null
# emsdk-portable provides a node binary, but we need version 8 to run wasm
# NOTE: Do not forget to sync Node.js version with `emscripten.sh`!
export PATH="/node-v12.18.3-linux-x64/bin:$PATH"
export PATH="/node-v14.17.0-linux-x64/bin:$PATH"
exec "$@"
+1 -1
View File
@@ -39,5 +39,5 @@ chmod a+rxw -R /emsdk-portable
# node 8 is required to run wasm
# NOTE: Do not forget to sync Node.js version with `emscripten-entry.sh`!
cd /
curl --retry 5 -L https://nodejs.org/dist/v12.18.3/node-v12.18.3-linux-x64.tar.xz | \
curl --retry 5 -L https://nodejs.org/dist/v14.17.0/node-v14.17.0-linux-x64.tar.xz | \
tar -xJ