mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 13:08:27 +02:00
fix: missing .js
This commit is contained in:
parent
e6a8865f72
commit
3532147424
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
import fetch from 'node-fetch';
|
||||
import { getArchitecture } from './getAsset';
|
||||
import { getArchitecture } from './getAsset.js';
|
||||
|
||||
export interface Asset {
|
||||
name: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue