File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments