From a5569e09ba89a667a10ca21b0b19056e314c8b78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 22:52:19 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/integration-celld.yaml | 2 +- .github/workflows/integration-distributed-cli.yaml | 2 +- .github/workflows/integration-e2e-ui.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration-celld.yaml b/.github/workflows/integration-celld.yaml index f55f3748..3a5ab4d1 100644 --- a/.github/workflows/integration-celld.yaml +++ b/.github/workflows/integration-celld.yaml @@ -69,7 +69,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22" + node-version: "24" cache: npm cache-dependency-path: | js/package-lock.json diff --git a/.github/workflows/integration-distributed-cli.yaml b/.github/workflows/integration-distributed-cli.yaml index b095d081..01a2d0f9 100644 --- a/.github/workflows/integration-distributed-cli.yaml +++ b/.github/workflows/integration-distributed-cli.yaml @@ -21,7 +21,7 @@ jobs: toolchain: stable - uses: actions/setup-node@v4 with: - node-version: "22" + node-version: "24" cache: npm cache-dependency-path: js/package-lock.json - name: Install Bats diff --git a/.github/workflows/integration-e2e-ui.yaml b/.github/workflows/integration-e2e-ui.yaml index 3b356730..732ea9c3 100644 --- a/.github/workflows/integration-e2e-ui.yaml +++ b/.github/workflows/integration-e2e-ui.yaml @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22" + node-version: "24" cache: npm cache-dependency-path: | js/package-lock.json @@ -79,7 +79,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22" + node-version: "24" cache: npm cache-dependency-path: | js/package-lock.json @@ -220,7 +220,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22" + node-version: "24" cache: npm cache-dependency-path: | js/package-lock.json