mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
chore: rebuild
This commit is contained in:
parent
6f1924d3c0
commit
a1b63d4cb8
1 changed files with 1 additions and 1 deletions
2
dist/utils/getGithubRelease.js
vendored
2
dist/utils/getGithubRelease.js
vendored
|
@ -1,4 +1,4 @@
|
||||||
import { fetch } from 'undici';
|
import fetch from 'node-fetch';
|
||||||
export default async (version, token) => {
|
export default async (version, token) => {
|
||||||
let url;
|
let url;
|
||||||
if (version === 'latest')
|
if (version === 'latest')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue