From 45989bd403465f66baf4dd31624beac3ac00e98a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:43:25 +0000 Subject: [PATCH] chore: bump up node version to v24 --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4728cfb..6aa8b3b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: - name: Setup node uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'yarn' - name: Install @@ -95,7 +95,7 @@ jobs: - name: Setup node uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: yarn - name: Install uses: dtolnay/rust-toolchain@stable @@ -139,7 +139,7 @@ jobs: uses: actions/setup-node@v6 if: matrix.settings.target == 'i686-pc-windows-msvc' with: - node-version: 22 + node-version: 24 architecture: x86 - name: Build run: ${{ matrix.settings.build }} @@ -257,7 +257,7 @@ jobs: - name: Setup node uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: yarn - name: Install dependencies run: yarn install