From 60b1b73e1258c018783ba7cedbbefb5fb9f4da0e Mon Sep 17 00:00:00 2001 From: "argoproj-renovate[bot]" <161757507+argoproj-renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:24:33 +0000 Subject: [PATCH] chore(deps): update node.js to v24.15.0 Signed-off-by: renovate[bot] --- .github/workflows/ci-build.yaml | 4 ++-- ui/.nvmrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 10650eaa50..45224eb15e 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: '24.14.1' + node-version: '24.15.0' 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: '24.14.1' + node-version: '24.15.0' - name: Install pnpm uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: diff --git a/ui/.nvmrc b/ui/.nvmrc index 8e35034890..5bf4400f22 100644 --- a/ui/.nvmrc +++ b/ui/.nvmrc @@ -1 +1 @@ -24.14.1 +24.15.0