Skip to content

Commit de1aa17

Browse files
Boshenclaude
andcommitted
ci: bump oxc-project/setup-node to v1.3.0
Picks up Alpine auto-skip so the musl job can use the action directly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e88bd38 commit de1aa17

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Run tests
133133
run: ${{ matrix.cargo_cmd }} test --target ${{ matrix.build_target }}
134134

135-
- uses: oxc-project/setup-node@4c26e7cb3605b6bdef5450dacd02c434b10fd8ba # v1.2.0
135+
- uses: oxc-project/setup-node@ab97f03642370d79a7e96dd286bd02a1be40e0ba # v1.3.0
136136

137137
- name: Run ignored tests
138138
run: ${{ matrix.cargo_cmd }} test --target ${{ matrix.build_target }} -- --ignored
@@ -183,7 +183,7 @@ jobs:
183183
- name: Run tests
184184
run: cargo test
185185

186-
- uses: oxc-project/setup-node@a866f096daf8febf6999d4227cbc424f1ac7eddc # auto-skip-alpine
186+
- uses: oxc-project/setup-node@ab97f03642370d79a7e96dd286bd02a1be40e0ba # v1.3.0
187187

188188
- name: Run ignored tests
189189
run: cargo test -- --ignored
@@ -204,7 +204,7 @@ jobs:
204204
tools: cargo-shear@1.11.1,cargo-autoinherit@0.1.6
205205
components: clippy rust-docs rustfmt
206206

207-
- uses: oxc-project/setup-node@4c26e7cb3605b6bdef5450dacd02c434b10fd8ba # v1.2.0
207+
- uses: oxc-project/setup-node@ab97f03642370d79a7e96dd286bd02a1be40e0ba # v1.3.0
208208
- run: pnpm oxfmt --check
209209
- run: cargo autoinherit && git diff --exit-code
210210
- run: cargo shear --deny-warnings

0 commit comments

Comments
 (0)