mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 10:40:10 +08:00
fix: missing .js
This commit is contained in:
parent
e6a8865f72
commit
3532147424
2
dist/utils/getGithubRelease.js
vendored
2
dist/utils/getGithubRelease.js
vendored
@ -1,5 +1,5 @@
|
||||
import fetch from 'node-fetch';
|
||||
import { getArchitecture } from './getAsset';
|
||||
import { getArchitecture } from './getAsset.js';
|
||||
export default async (version, token, fullRepository, customDownloadUrl, miscTestBuilds) => {
|
||||
const repository = miscTestBuilds ? 'oven-sh/misc-test-builds' : fullRepository.split('/').slice(3).join('/');
|
||||
let url;
|
||||
|
@ -1,5 +1,5 @@
|
||||
import fetch from 'node-fetch';
|
||||
import { getArchitecture } from './getAsset';
|
||||
import { getArchitecture } from './getAsset.js';
|
||||
|
||||
export interface Asset {
|
||||
name: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user