Skip to content

Commit e501480

Browse files
committed
ci: downgrade undici for deno node-compat test
Deno's node:worker_threads compat shim doesn't expose markAsUncloneable, so undici v8 fails to load.
1 parent 05efca4 commit e501480

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- uses: denoland/setup-deno@v2
4545
- run: pnpm install
4646
- run: pnpm vitest --coverage test/deno.test.ts test/url.test.ts
47+
- run: pnpm add -D undici@^7.25.0
4748
- run: deno run test:node-compat:deno
4849
tests_bun:
4950
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)