Skip to content

Commit c574080

Browse files
authored
Update emscripten.yml
1 parent 394bfb7 commit c574080

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,9 @@ jobs:
963963
export CMAKE_PREFIX_PATH=${{ env.PREFIX }}
964964
export CMAKE_SYSTEM_PREFIX_PATH=${{ env.PREFIX }}
965965
966-
micromamba create -n node-env -c conda-forge nodejs=22
966+
micromamba create -n node-env -c conda-forge nodejs=24
967967
export PATH="$MAMBA_ROOT_PREFIX/envs/node-env/bin:$PATH"
968+
node --version
968969
969970
emcmake cmake \
970971
-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
@@ -1007,7 +1008,7 @@ jobs:
10071008
shell: bash -l {0}
10081009
run: |
10091010
set -e
1010-
micromamba activate CppInterOp-wasm
1011+
micromamba activate node-env
10111012
cd ./xeus-cpp/build/test
10121013
node --version
10131014
node test_xeus_cpp.js

0 commit comments

Comments
 (0)