From 4f1d621e79e8ecee22920b9043c1d65b7ec76318 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:29:23 +0000 Subject: [PATCH] chore(deps): update group node Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-build.yaml | 2 +- Dockerfile | 2 +- ui-test/Dockerfile | 2 +- ui/.nvmrc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 3e1205b549dada..d4b3da872c435d 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -308,7 +308,7 @@ jobs: uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: # renovate: datasource=node-version packageName=node versioning=node - node-version: '22.9.0' + node-version: '22.12.0' - name: Restore node dependency cache id: cache-dependencies uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 diff --git a/Dockerfile b/Dockerfile index ec12fb873ea9e3..22fce87acb7df0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,7 +83,7 @@ WORKDIR /home/argocd #################################################################################################### # Argo CD UI stage #################################################################################################### -FROM --platform=$BUILDPLATFORM docker.io/library/node:23.0.0@sha256:e643c0b70dca9704dff42e12b17f5b719dbe4f95e6392fc2dfa0c5f02ea8044d AS argocd-ui +FROM --platform=$BUILDPLATFORM docker.io/library/node:23.4.0@sha256:ee2200d7f5823c0d479a4a9d71b243303857777493785ef1f6cb3504218f2b2b AS argocd-ui WORKDIR /src COPY ["ui/package.json", "ui/yarn.lock", "./"] diff --git a/ui-test/Dockerfile b/ui-test/Dockerfile index 7469b94b002ea1..e051b81f33af40 100644 --- a/ui-test/Dockerfile +++ b/ui-test/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/node:23.0.0@sha256:e643c0b70dca9704dff42e12b17f5b719dbe4f95e6392fc2dfa0c5f02ea8044d as node +FROM docker.io/library/node:23.4.0@sha256:ee2200d7f5823c0d479a4a9d71b243303857777493785ef1f6cb3504218f2b2b as node RUN apt-get update && apt-get install --no-install-recommends -y \ software-properties-common diff --git a/ui/.nvmrc b/ui/.nvmrc index 728f7de5c2da0d..1d9b7831ba9d90 100644 --- a/ui/.nvmrc +++ b/ui/.nvmrc @@ -1 +1 @@ -22.9.0 +22.12.0