From a451d5b451e949321c5c7d6717e3ee207d4ec15f Mon Sep 17 00:00:00 2001 From: anutosh491 Date: Fri, 24 Oct 2025 13:43:13 +0530 Subject: [PATCH] Use latest node version to run wasm based tests --- .github/workflows/deploy-github-page.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-github-page.yml b/.github/workflows/deploy-github-page.yml index 4299b865..ef441223 100644 --- a/.github/workflows/deploy-github-page.yml +++ b/.github/workflows/deploy-github-page.yml @@ -70,7 +70,7 @@ jobs: shell: bash -l {0} run: | set -e - micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus + micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus nodejs=24 -c conda-forge micromamba activate xeus-lite-host cd build/test # Fresh install browsers, and run Emscripten tests in them diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09b04a68..1a0d4673 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -254,7 +254,7 @@ jobs: run: | export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build set -e - micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus + micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus nodejs=24 -c conda-forge micromamba activate xeus-lite-host cd build/test # Fresh install browsers, and run Emscripten tests in them