Skip to content

Commit 7354170

Browse files
authored
Upgrade pyodide to 0.21.0-alpha.3
1 parent a0e5c20 commit 7354170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,10 @@ jobs:
412412
with:
413413
node-version: 18
414414
- run: |
415-
PYODIDE_VERSION=0.21.0-alpha.2
415+
PYODIDE_VERSION=0.21.0-alpha.3
416416
417417
cd emscripten
418-
npm i [email protected].2 prettier
418+
npm i [email protected].3 prettier
419419
cd node_modules/pyodide/
420420
node ../prettier/bin-prettier.js -w pyodide.asm.js
421421
EMSCRIPTEN_VERSION=$(node -p "require('./repodata.json').info.platform.split('_').slice(1).join('.')")

0 commit comments

Comments
 (0)