We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7771820 commit 05efca4Copy full SHA for 05efca4
1 file changed
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
- uses: actions/setup-node@v5
28
with: { node-version: "${{ matrix.node-version }}", cache: pnpm }
29
- run: pnpm install
30
+ - if: matrix.node-version == '20'
31
+ run: pnpm add -D undici@^7.25.0
32
- run: pnpm vitest --coverage test/node.test.ts test/node-adapters.test.ts test/url.test.ts
33
- uses: codecov/codecov-action@v3
34
if: matrix.node-version == 24
0 commit comments