mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-19 14:50:14 +02:00
fix: use node fetch
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { fetch } from 'undici';
|
||||
import fetch from 'node-fetch';
|
||||
|
||||
export interface Asset {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user