Skip to content

Commit fdea924

Browse files
chore(deps): update dependency node to v24
1 parent 197a140 commit fdea924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/verify-jupyter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323
with:
24-
node-version: "22"
24+
node-version: "24"
2525
- name: Install dependencies
2626
run: npm install [email protected] # JupyterLite currently using pyodide 0.27.6
2727
- name: Install cognite-sdk in pyodide environment

.github/workflows/verify-streamlit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323
with:
24-
node-version: "22"
24+
node-version: "24"
2525
- name: Install dependencies
2626
run: npm install [email protected] # stlite currently using pyodide 0.26.2
2727
- name: Install cognite-sdk in pyodide environment

0 commit comments

Comments
 (0)