Skip to content

Commit 37e1835

Browse files
committed
ci: update node-version to 22
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
1 parent be253e8 commit 37e1835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# build the webpack bundle
5656
- uses: actions/setup-node@v4
5757
with:
58-
node-version: 18
58+
node-version: 22
5959
cache: npm
6060
- run: npm ci && npm run build:dist
6161
# build the wheel
@@ -246,7 +246,7 @@ jobs:
246246
run: python -m pip check
247247
- uses: actions/setup-node@v4
248248
with:
249-
node-version: 18
249+
node-version: 22
250250
cache: npm
251251
- run: npm install --include=dev
252252
- name: Write info to step summary

0 commit comments

Comments
 (0)