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