Update imports.

This commit is contained in:
Fabio Niephaus
2025-02-10 09:04:34 +01:00
committed by Fabio Niephaus
parent 02f9160735
commit ebd520e252
13 changed files with 39 additions and 39 deletions

View File

@@ -1,8 +1,8 @@
import * as c from './constants'
import * as c from './constants.js'
import * as core from '@actions/core'
import * as semver from 'semver'
import {GRAALVM_PLATFORM} from './constants'
import {exec} from './utils'
import {GRAALVM_PLATFORM} from './constants.js'
import {exec} from './utils.js'
import {join} from 'path'
const BASE_FLAGS = ['--non-interactive', 'install', '--no-progress']