Skip to content

Commit

Permalink
chore(deps): update node.js to v20.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kenany committed Feb 15, 2025
1 parent ec7f313 commit f6b5b8e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/react-auth/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.react_auth_base:
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
image: node:20.18.3@sha256:09b38290270d132b895814d9b54602635dbe146ed3ee65b04619922fe4ef6415
before_script:
- apt-get -qq update
- apt-get install -y jq
Expand Down
2 changes: 1 addition & 1 deletion packages/react-mui-audit-log-viewer/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.react_mui_audit_log_viewer_base:
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
image: node:20.18.3@sha256:09b38290270d132b895814d9b54602635dbe146ed3ee65b04619922fe4ef6415
before_script:
- apt-get -qq update
- apt-get install -y jq
Expand Down
2 changes: 1 addition & 1 deletion packages/react-mui-authn/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.react_mui_authn_base:
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
image: node:20.18.3@sha256:09b38290270d132b895814d9b54602635dbe146ed3ee65b04619922fe4ef6415
before_script:
- cd packages/react-mui-authn
- corepack enable
Expand Down
2 changes: 1 addition & 1 deletion packages/react-mui-branding/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.react_mui_branding_base:
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
image: node:20.18.3@sha256:09b38290270d132b895814d9b54602635dbe146ed3ee65b04619922fe4ef6415
before_script:
- cd packages/react-mui-branding
- yarn install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions packages/react-mui-share-file-viewer/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build_react_mui_share_file_viewer:
needs: []
stage: build
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
image: node:20.18.3@sha256:09b38290270d132b895814d9b54602635dbe146ed3ee65b04619922fe4ef6415
timeout: 10m
retry:
max: 2
Expand All @@ -23,7 +23,7 @@ build_react_mui_share_file_viewer:
publish_react_mui_share_file_viewer:
needs: [build_react_mui_share_file_viewer]
stage: publish
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
image: node:20.18.3@sha256:09b38290270d132b895814d9b54602635dbe146ed3ee65b04619922fe4ef6415
script:
# Install jq for the publish script.
- apt-get -qq update
Expand Down
2 changes: 1 addition & 1 deletion packages/react-mui-shared/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.react_mui_shared_base:
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
image: node:20.18.3@sha256:09b38290270d132b895814d9b54602635dbe146ed3ee65b04619922fe4ef6415
before_script:
- cd packages/react-mui-shared
- yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-js/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.vanilla_js_base:
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
image: node:20.18.3@sha256:09b38290270d132b895814d9b54602635dbe146ed3ee65b04619922fe4ef6415
before_script:
- cd packages/vanilla-js
- yarn install
Expand Down
2 changes: 1 addition & 1 deletion packages/webcomponents/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.webcomponents_base:
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
image: node:20.18.3@sha256:09b38290270d132b895814d9b54602635dbe146ed3ee65b04619922fe4ef6415
before_script:
- cd packages/webcomponents
- yarn install --immutable
Expand Down

0 comments on commit f6b5b8e

Please sign in to comment.