Skip to content

Commit f8b37b2

Browse files
committed
[CI] install Node for pyodide builds
1 parent 884f9f9 commit f8b37b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,10 @@ jobs:
231231
name: Install Python
232232
with:
233233
python-version: '3.12'
234+
- uses: actions/setup-node@v6
235+
name: Install Node
236+
with:
237+
node-version: 24
234238
- name: Build py-build-cmake
235239
run: |
236240
python3.12 -m pip install -U build

0 commit comments

Comments
 (0)