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 ce6ab27 commit 2816e16Copy full SHA for 2816e16
.gitlab-ci.yml
@@ -1,5 +1,5 @@
1
build:
2
- image: node:22.16.0
+ image: node:22.18.0
3
stage: build
4
script:
5
- npm ci
@@ -8,7 +8,7 @@ build:
8
- if: $C0_UPDATE_SNAPSHOTS == null
9
10
storybook:build:
11
12
13
14
@@ -29,7 +29,7 @@ storybook:build:
29
30
31
test:
32
33
stage: test
34
35
.tool-versions
@@ -1 +1 @@
-nodejs 22.16.0
+nodejs 22.18.0
0 commit comments