Skip to content

Commit 34f1fc2

Browse files
Bump to Pyodide 0.27.6, and Node 22
1 parent ae74d0b commit 34f1fc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-emscripten.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ env:
1515
DISABLE_NUMCODECS_AVX2: 1
1616
DISABLE_NUMCODECS_SSE2: 1
1717
# Common environment variables for both build and test jobs
18-
PYODIDE_VERSION: 0.27.3
18+
PYODIDE_VERSION: 0.27.6
1919
# PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
2020
# The appropriate versions can be found in the Pyodide repodata.json
2121
# "info" field, or in Makefile.envs:
2222
# https://github.com/pyodide/pyodide/blob/main/Makefile.envs#L2
2323
PYTHON_VERSION: 3.12 # any 3.12.x version works
2424
EMSCRIPTEN_VERSION: 3.1.58
25-
NODE_VERSION: 20
25+
NODE_VERSION: 22
2626

2727
concurrency:
2828
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)