We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612073b commit f60070cCopy full SHA for f60070c
.gitlab-ci.yml
@@ -1,5 +1,5 @@
1
storybook:build:
2
- image: node:22.16.0
+ image: node:22.17.0
3
stage: build
4
script:
5
- npm ci
@@ -20,7 +20,7 @@ storybook:build:
20
- if: $C0_UPDATE_SNAPSHOTS == null
21
22
test:
23
24
stage: test
25
26
.tool-versions
@@ -1 +1 @@
-nodejs 22.16.0
+nodejs 22.17.0
0 commit comments