Skip to content

Commit 05efca4

Browse files
committed
ci: downgrade undici for node 20 only
1 parent 7771820 commit 05efca4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- uses: actions/setup-node@v5
2828
with: { node-version: "${{ matrix.node-version }}", cache: pnpm }
2929
- run: pnpm install
30+
- if: matrix.node-version == '20'
31+
run: pnpm add -D undici@^7.25.0
3032
- run: pnpm vitest --coverage test/node.test.ts test/node-adapters.test.ts test/url.test.ts
3133
- uses: codecov/codecov-action@v3
3234
if: matrix.node-version == 24

0 commit comments

Comments
 (0)