From 95066c5df3d2af859885bcc1b64a8d2856ad7198 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:57:22 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/ci.yml | 2 +- .github/workflows/perf.yml | 2 +- .github/workflows/regenerate-notice.yml | 2 +- .github/workflows/release-artifacts.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fd86776..a01a5d0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: 22.x + node-version: 24.x - name: Install run: npm ci - name: Build diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 0c6fa6d9..13d68fbf 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: 22.x + node-version: 24.x - name: Install run: npm ci diff --git a/.github/workflows/regenerate-notice.yml b/.github/workflows/regenerate-notice.yml index 1f037f83..98fe992e 100644 --- a/.github/workflows/regenerate-notice.yml +++ b/.github/workflows/regenerate-notice.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: 22.x + node-version: 24.x cache: npm - name: Install dependencies diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index c70ea6fd..1af21808 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: 20 + node-version: 24 cache: npm - name: Install dependencies