From d86683e9bc928583a1f1b8de0227f48cc1905832 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 00:52:14 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/CI.yml | 10 +++++----- .github/workflows/benchmark.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2dd5459..a71831a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,7 +34,7 @@ jobs: cargo +nightly run -p cpu-features --features nightly - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: "yarn" - name: Install dependencies run: yarn install @@ -63,7 +63,7 @@ jobs: toolchain: nightly - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: "yarn" - name: Install dependencies run: yarn install @@ -96,7 +96,7 @@ jobs: - name: Setup node uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: "yarn" - name: Install Rust @@ -133,7 +133,7 @@ jobs: - name: Setup node uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: "yarn" - name: Install Rust @@ -203,7 +203,7 @@ jobs: targets: ${{ matrix.settings.target }} - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: "yarn" - name: Install dependencies run: yarn install diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 080bc86..b8093be 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'yarn' - name: Install dependencies run: yarn install