We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae74d0b commit 34f1fc2Copy full SHA for 34f1fc2
1 file changed
.github/workflows/ci-emscripten.yaml
@@ -15,14 +15,14 @@ env:
15
DISABLE_NUMCODECS_AVX2: 1
16
DISABLE_NUMCODECS_SSE2: 1
17
# Common environment variables for both build and test jobs
18
- PYODIDE_VERSION: 0.27.3
+ PYODIDE_VERSION: 0.27.6
19
# PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
20
# The appropriate versions can be found in the Pyodide repodata.json
21
# "info" field, or in Makefile.envs:
22
# https://github.com/pyodide/pyodide/blob/main/Makefile.envs#L2
23
PYTHON_VERSION: 3.12 # any 3.12.x version works
24
EMSCRIPTEN_VERSION: 3.1.58
25
- NODE_VERSION: 20
+ NODE_VERSION: 22
26
27
concurrency:
28
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
0 commit comments