We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197a140 commit fdea924Copy full SHA for fdea924
2 files changed
.github/workflows/verify-jupyter.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Node.js
22
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
23
with:
24
- node-version: "22"
+ node-version: "24"
25
- name: Install dependencies
26
run: npm install pyodide@0.27.6 # JupyterLite currently using pyodide 0.27.6
27
- name: Install cognite-sdk in pyodide environment
.github/workflows/verify-streamlit.yml
run: npm install pyodide@0.26.2 # stlite currently using pyodide 0.26.2
0 commit comments