We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be253e8 commit 37e1835Copy full SHA for 37e1835
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
# build the webpack bundle
56
- uses: actions/setup-node@v4
57
with:
58
- node-version: 18
+ node-version: 22
59
cache: npm
60
- run: npm ci && npm run build:dist
61
# build the wheel
@@ -246,7 +246,7 @@ jobs:
246
run: python -m pip check
247
248
249
250
251
- run: npm install --include=dev
252
- name: Write info to step summary
0 commit comments