Skip to content

Commit 2b67da7

Browse files
chore(deps): update dependency node to v24
1 parent c2fb9aa commit 2b67da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Set up Node.js
113113
uses: actions/setup-node@v5
114114
with:
115-
node-version: "22"
115+
node-version: "24"
116116
- name: Install dependencies
117117
run: npm install [email protected] # stlite currently using pyodide 0.26.2
118118
- name: Install pygen in pyodide environment
@@ -138,7 +138,7 @@ jobs:
138138
- name: Set up Node.js
139139
uses: actions/setup-node@v5
140140
with:
141-
node-version: "22"
141+
node-version: "24"
142142
- name: Install dependencies
143143
run: npm install [email protected] # JupyterLite currently using pyodide 0.26.2
144144
- name: Install pygen in pyodide environment

0 commit comments

Comments
 (0)