From 641901c46933c1739bb02d7022e5df917a981def Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 02:58:34 +0000 Subject: [PATCH] chore(deps): update node.js to 19cd848 --- .gitlab/cd.yml | 2 +- .gitlab/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/cd.yml b/.gitlab/cd.yml index 503e5d2..cae2289 100644 --- a/.gitlab/cd.yml +++ b/.gitlab/cd.yml @@ -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: diff --git a/.gitlab/ci.yml b/.gitlab/ci.yml index a0883ab..a7d6231 100644 --- a/.gitlab/ci.yml +++ b/.gitlab/ci.yml @@ -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