Skip to content

Commit 4d74ddd

Browse files
Update node-playwright
1 parent 829ad83 commit 4d74ddd

File tree

4 files changed

+67
-305
lines changed

4 files changed

+67
-305
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
image: node:24.8.0
2+
image: node:24.11.1
33
stage: build
44
script:
55
- npm ci
@@ -8,7 +8,7 @@ build:
88
- if: $C0_UPDATE_SNAPSHOTS == null
99

1010
storybook:build:
11-
image: node:24.8.0
11+
image: node:24.11.1
1212
stage: build
1313
script:
1414
- npm ci
@@ -29,7 +29,7 @@ storybook:build:
2929
- if: $C0_UPDATE_SNAPSHOTS == null
3030

3131
test:
32-
image: node:24.8.0
32+
image: node:24.11.1
3333
stage: test
3434
script:
3535
- npm ci
@@ -38,7 +38,7 @@ test:
3838
- if: $C0_UPDATE_SNAPSHOTS == null
3939

4040
.storybook:test:base:
41-
image: ghcr.io/code0-tech/build-images/node-playwright:211.1-node-24.8
41+
image: ghcr.io/code0-tech/build-images/node-playwright:234.1-node-24.11
4242
stage: test
4343
before_script:
4444
- npm ci

.tool-versions

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

0 commit comments

Comments
 (0)