diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index fda8d23ff6f99..0a7407bf9ab91 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.13.1' - name: Restore node dependency cache id: cache-dependencies uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 diff --git a/Dockerfile b/Dockerfile index da9e4e3dd5226..1b66bf37225c5 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.7.0@sha256:2863aced31ed67713dcc8437f30ca244d0cfc66a891ca4b1dde26fb110b6753b AS argocd-ui WORKDIR /src COPY ["ui/package.json", "ui/yarn.lock", "./"] diff --git a/ui-test/Dockerfile b/ui-test/Dockerfile index 7469b94b002ea..5beda4d710ed0 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.7.0@sha256:2863aced31ed67713dcc8437f30ca244d0cfc66a891ca4b1dde26fb110b6753b 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..d5b283a3acacf 100644 --- a/ui/.nvmrc +++ b/ui/.nvmrc @@ -1 +1 @@ -22.9.0 +22.13.1