Skip to content

Commit 580d398

Browse files
authored
Merge pull request #532 from code0-tech/renovate/node-playwright
Update node-playwright
2 parents 455d93a + ccafe7f commit 580d398

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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.11.1
2+
image: node:24.12.0
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.11.1
11+
image: node:24.12.0
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.11.1
32+
image: node:24.12.0
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:236.1-node-24.11
41+
image: ghcr.io/code0-tech/build-images/node-playwright:254.1-node-24.12
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.11.1
1+
nodejs 24.12.0

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"js-md5": "^0.8.3",
6565
"merge-props": "^6.0.0",
6666
"overlap-area": "^1.1.0",
67-
"playwright": "1.56.1",
67+
"playwright": "1.57.0",
6868
"react": "^19.2.0",
6969
"react-dom": "^19.2.0",
7070
"react-resizable-panels": "^3.0.6",

0 commit comments

Comments
 (0)