From 1de068631516fbe70c9a67bad52d0de1940e0045 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:12:40 +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 24ac70a0283c7..f277ee7b771f4 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -308,7 +308,7 @@ jobs: uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 with: # renovate: datasource=node-version packageName=node versioning=node - node-version: '22.9.0' + node-version: '22.10.0' - name: Restore node dependency cache id: cache-dependencies uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 diff --git a/Dockerfile b/Dockerfile index f38fb16429020..599ae0ca90ecb 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.1.0@sha256:682ed68905bc76e95551f079857bbcedd304eb51e4c4590d85b516583574691c AS argocd-ui WORKDIR /src COPY ["ui/package.json", "ui/yarn.lock", "./"] diff --git a/ui-test/Dockerfile b/ui-test/Dockerfile index 7469b94b002ea..9cf1611264a74 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.1.0@sha256:682ed68905bc76e95551f079857bbcedd304eb51e4c4590d85b516583574691c 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 728f7de5c2da0..ec7ba0e9bd9ab 100644 --- a/ui/.nvmrc +++ b/ui/.nvmrc @@ -1 +1 @@ -22.9.0 +22.10.0