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