We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fb9aa commit 2b67da7Copy full SHA for 2b67da7
.github/workflows/build.yml
@@ -112,7 +112,7 @@ jobs:
112
- name: Set up Node.js
113
uses: actions/setup-node@v5
114
with:
115
- node-version: "22"
+ node-version: "24"
116
- name: Install dependencies
117
run: npm install [email protected] # stlite currently using pyodide 0.26.2
118
- name: Install pygen in pyodide environment
@@ -138,7 +138,7 @@ jobs:
138
139
140
141
142
143
run: npm install [email protected] # JupyterLite currently using pyodide 0.26.2
144
0 commit comments