diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index c93cf3b56b..10650eaa50 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -370,7 +370,7 @@ jobs: uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: # renovate: datasource=node-version packageName=node versioning=node - node-version: '22.9.0' + node-version: '24.14.1' cache: 'pnpm' cache-dependency-path: '**/pnpm-lock.yaml' - name: Install node dependencies @@ -519,7 +519,7 @@ jobs: uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: # renovate: datasource=node-version packageName=node versioning=node - node-version: '22.9.0' + node-version: '24.14.1' - name: Install pnpm uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: diff --git a/Dockerfile b/Dockerfile index 384bbdc897..f692412b92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -92,7 +92,7 @@ WORKDIR /home/argocd #################################################################################################### # Argo CD UI stage #################################################################################################### -FROM --platform=$BUILDPLATFORM docker.io/library/node:23.0.0@sha256:9d09fa506f5b8465c5221cbd6f980e29ae0ce9a3119e2b9bc0842e6a3f37bb59 AS argocd-ui +FROM --platform=$BUILDPLATFORM docker.io/library/node:24.14.1@sha256:80fc934952c8f1b2b4d39907af7211f8a9fff1a4c2cf673fb49099292c251cec AS argocd-ui WORKDIR /src COPY ["ui/package.json", "ui/pnpm-lock.yaml", "./"] diff --git a/ui-test/Dockerfile b/ui-test/Dockerfile index 7672949c2c..e713995800 100644 --- a/ui-test/Dockerfile +++ b/ui-test/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/node:23.0.0@sha256:9d09fa506f5b8465c5221cbd6f980e29ae0ce9a3119e2b9bc0842e6a3f37bb59 as node +FROM docker.io/library/node:24.14.1@sha256:80fc934952c8f1b2b4d39907af7211f8a9fff1a4c2cf673fb49099292c251cec 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 728f7de5c2..8e35034890 100644 --- a/ui/.nvmrc +++ b/ui/.nvmrc @@ -1 +1 @@ -22.9.0 +24.14.1