Skip to content

Commit a451d5b

Browse files
committed
Use latest node version to run wasm based tests
1 parent c7628c6 commit a451d5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
shell: bash -l {0}
7171
run: |
7272
set -e
73-
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus
73+
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus nodejs=24 -c conda-forge
7474
micromamba activate xeus-lite-host
7575
cd build/test
7676
# Fresh install browsers, and run Emscripten tests in them

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
run: |
255255
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build
256256
set -e
257-
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus
257+
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus nodejs=24 -c conda-forge
258258
micromamba activate xeus-lite-host
259259
cd build/test
260260
# Fresh install browsers, and run Emscripten tests in them

0 commit comments

Comments
 (0)