Skip to content

Commit

Permalink
Merge pull request #190 from code0-tech/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update Node.js to v20.18.0
  • Loading branch information
Taucher2003 authored Oct 24, 2024
2 parents 2055f52 + cff2405 commit afbd2a3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docs:preview:
- if: $C0_UPDATE_SNAPSHOTS == null && $C0_GH_REF != "refs/heads/main"

storybook:build:
image: node:20.16.0
image: node:20.18.0
stage: build
script:
- npm ci
Expand All @@ -33,7 +33,7 @@ storybook:build:
- if: $C0_UPDATE_SNAPSHOTS == null

.storybook:test:base:
image: ghcr.io/code0-tech/build-images/node-playwright:74.1-node-20.16
image: ghcr.io/code0-tech/build-images/node-playwright:82.1-node-20.18
stage: test
before_script:
- source ~/.asdf/asdf.sh
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.16.0
nodejs 20.18.0
18 changes: 10 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"identity-obj-proxy": "^3.0.0",
"jest-image-snapshot": "^6.4.0",
"merge-props": "^6.0.0",
"playwright": "1.47.0",
"playwright": "1.48.1",
"react": "^18.3.1",
"react-aria": "^3.33.0",
"react-dom": "^18.3.1",
Expand Down

0 comments on commit afbd2a3

Please sign in to comment.