Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node.js to 3496cba #1922

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:feaa57f4157b2d04b5f2a5a59f0439f7375e88c0da7331db7ddbce731d5f227f
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
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:feaa57f4157b2d04b5f2a5a59f0439f7375e88c0da7331db7ddbce731d5f227f
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
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:feaa57f4157b2d04b5f2a5a59f0439f7375e88c0da7331db7ddbce731d5f227f
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
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:feaa57f4157b2d04b5f2a5a59f0439f7375e88c0da7331db7ddbce731d5f227f
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
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:feaa57f4157b2d04b5f2a5a59f0439f7375e88c0da7331db7ddbce731d5f227f
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
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:feaa57f4157b2d04b5f2a5a59f0439f7375e88c0da7331db7ddbce731d5f227f
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
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:feaa57f4157b2d04b5f2a5a59f0439f7375e88c0da7331db7ddbce731d5f227f
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
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:feaa57f4157b2d04b5f2a5a59f0439f7375e88c0da7331db7ddbce731d5f227f
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
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:feaa57f4157b2d04b5f2a5a59f0439f7375e88c0da7331db7ddbce731d5f227f
image: node:20.18.2@sha256:3496cba96d3548fc484a7febc77edebffcae693aff6a067bc34ec6d8c1f7affe
before_script:
- cd packages/webcomponents
- yarn install --immutable
Expand Down
Loading