Skip to content

Commit

Permalink
Use node 18 with emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Feb 17, 2025
1 parent 7eb2bea commit 0d931ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ jobs:
./emsdk install 3.1.35
./emsdk activate 3.1.35
./emsdk install node-14.18.2-64bit
./emsdk activate node-14.18.2-64bit
./emsdk install node-18.20.3-64bit
./emsdk activate node-18.20.3-64bit
- name: Show Emscripten and Node Info
shell: bash -l {0}
Expand All @@ -181,7 +181,7 @@ jobs:
source $HOME/ext/emsdk/emsdk_env.sh # Activate Emscripten
which node
node -v
node --experimental-wasm-bigint src/lpython/tests/test_lpython.js
node src/lpython/tests/test_lpython.js
test_pip_pkgs:
name: Test PIP Installable Packages
Expand Down

0 comments on commit 0d931ea

Please sign in to comment.