Skip to content

Commit b1c788b

Browse files
committed
Use node 18 with emscripten
1 parent 1589466 commit b1c788b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ jobs:
154154
155155
./emsdk install 3.1.35
156156
./emsdk activate 3.1.35
157-
./emsdk install node-14.18.2-64bit
158-
./emsdk activate node-14.18.2-64bit
157+
./emsdk install node-18.20.3-64bit
158+
./emsdk activate node-18.20.3-64bit
159159
160160
- name: Show Emscripten and Node Info
161161
shell: bash -l {0}
@@ -182,7 +182,7 @@ jobs:
182182
source $HOME/ext/emsdk/emsdk_env.sh # Activate Emscripten
183183
which node
184184
node -v
185-
node --experimental-wasm-bigint src/lpython/tests/test_lpython.js
185+
node src/lpython/tests/test_lpython.js
186186
187187
test_pip_pkgs:
188188
name: Test PIP Installable Packages

0 commit comments

Comments
 (0)