mirror of
https://github.com/openharmony/third_party_rust_libc.git
synced 2026-07-19 15:13:40 -04:00
CI: Update Node.js version to v14.17.0
The current active LTS is now v14.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user