We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3bd76 commit 8fe6417Copy full SHA for 8fe6417
.github/workflows/ci.yml
@@ -28,15 +28,15 @@ jobs:
28
node-version: ${{ matrix.node }}
29
cache: "pnpm"
30
- uses: oven-sh/setup-bun@v1
31
- if: ${{ matrix.os != 'windows-latest' }}
+ if: ${{ matrix.os != 'windows-latest' && matrix.node == 20 }}
32
with:
33
bun-version: latest
34
- run: pnpm install
35
- run: pnpm lint
36
37
- run: pnpm build
38
- run: pnpm vitest run --coverage
39
- run: pnpm test:bun --coverage
40
41
# - name: Coverage
42
# uses: codecov/codecov-action@v1
0 commit comments