diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 266b7bdaa..381bbc3e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: # x86_64-apple-darwin runs on arm64 runner under Rosetta; install x64 Node # so fspy's x86_64 preload dylib can be injected into spawned node procs. - - uses: oxc-project/setup-node@ab97f03642370d79a7e96dd286bd02a1be40e0ba # v1.3.0 + - uses: oxc-project/setup-node@4c588e9266bd930b6ddc34307df0659ed511d187 # v1.3.1 with: architecture: ${{ matrix.target == 'x86_64-apple-darwin' && 'x64' || '' }} @@ -265,7 +265,7 @@ jobs: if: matrix.mode == 'default' run: cargo-nextest nextest run --archive-file windows-tests.tar.zst --workspace-remap . --partition "$PARTITION" - - uses: oxc-project/setup-node@ab97f03642370d79a7e96dd286bd02a1be40e0ba # v1.3.0 + - uses: oxc-project/setup-node@4c588e9266bd930b6ddc34307df0659ed511d187 # v1.3.1 if: matrix.mode == 'ignored' - name: Run ignored tests @@ -318,7 +318,7 @@ jobs: - name: Run tests run: cargo test - - uses: oxc-project/setup-node@ab97f03642370d79a7e96dd286bd02a1be40e0ba # v1.3.0 + - uses: oxc-project/setup-node@4c588e9266bd930b6ddc34307df0659ed511d187 # v1.3.1 - name: Run ignored tests run: cargo test -- --ignored @@ -339,7 +339,7 @@ jobs: tools: cargo-shear@1.11.1,cargo-autoinherit@0.1.6 components: clippy rust-docs rustfmt - - uses: oxc-project/setup-node@ab97f03642370d79a7e96dd286bd02a1be40e0ba # v1.3.0 + - uses: oxc-project/setup-node@4c588e9266bd930b6ddc34307df0659ed511d187 # v1.3.1 - run: pnpm exec vp fmt --check - run: cargo autoinherit && git diff --exit-code - run: cargo shear --deny-warnings diff --git a/.github/workflows/release-vite-task-client.yml b/.github/workflows/release-vite-task-client.yml index 006c11f7d..4bd3a081f 100644 --- a/.github/workflows/release-vite-task-client.yml +++ b/.github/workflows/release-vite-task-client.yml @@ -35,7 +35,7 @@ jobs: id-token: write steps: - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 - - uses: oxc-project/setup-node@ab97f03642370d79a7e96dd286bd02a1be40e0ba # v1.3.0 + - uses: oxc-project/setup-node@4c588e9266bd930b6ddc34307df0659ed511d187 # v1.3.1 - run: pnpm build-vite-task-client-types - run: pnpm publish --provenance --access public working-directory: packages/vite-task-client