We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcc14a commit eb1cf1dCopy full SHA for eb1cf1d
.github/workflows/ci.yml
@@ -91,15 +91,7 @@ jobs:
91
continue-on-error: true
92
run: cargo clippy --all-targets --all-features -- -D warnings
93
94
- # Set up node and pnpm for running tests
95
- # For x86_64-apple-darwin, use x64 node for fspy tests that verify Node.js fs accesses
96
- uses: oxc-project/setup-node@fdbf0dfd334c4e6d56ceeb77d91c76339c2a0885 # v1.0.4
97
- with:
98
- architecture: x64
99
- if: ${{ matrix.target == 'x86_64-apple-darwin' }}
100
-
101
- - uses: oxc-project/setup-node@fdbf0dfd334c4e6d56ceeb77d91c76339c2a0885 # v1.0.4
102
- if: ${{ matrix.target != 'x86_64-apple-darwin' }}
103
104
# `pnpm install` prepares test bins used in snapshot tests
105
# Must run after setup-node so correct native binaries are installed
0 commit comments