Skip to content

Commit f60070c

Browse files
Update Node.js to v22.17.0
1 parent 612073b commit f60070c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
storybook:build:
2-
image: node:22.16.0
2+
image: node:22.17.0
33
stage: build
44
script:
55
- npm ci
@@ -20,7 +20,7 @@ storybook:build:
2020
- if: $C0_UPDATE_SNAPSHOTS == null
2121

2222
test:
23-
image: node:22.16.0
23+
image: node:22.17.0
2424
stage: test
2525
script:
2626
- npm ci

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 22.16.0
1+
nodejs 22.17.0

0 commit comments

Comments
 (0)