Skip to content
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 .gitlab/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.deploy_base:
stage: deploy
image: node:24@sha256:5711a0d445a1af54af9589066c646df387d1831a608226f4cd694fc59e745059
image: node:24@sha256:19cd848a0e073d34bd8cd5545a1b6b4d28489b3e3b607366621ced442bd5f6b4
# aud must match the WIF provider's --allowed-audiences (GitLab >= 16.1).
id_tokens:
GCP_OIDC_TOKEN:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

check:
stage: check
image: node:24@sha256:5711a0d445a1af54af9589066c646df387d1831a608226f4cd694fc59e745059
image: node:24@sha256:19cd848a0e073d34bd8cd5545a1b6b4d28489b3e3b607366621ced442bd5f6b4
before_script:
- corepack enable
- pnpm config set store-dir .pnpm-store
Expand Down
Loading