Convert back to CJS and use ncc.
This commit is contained in:
committed by
Fabio Niephaus
parent
f07b5bfaef
commit
0f761465f7
@@ -1,6 +1,6 @@
|
||||
import * as c from './constants.js'
|
||||
import * as c from './constants'
|
||||
import * as httpClient from '@actions/http-client'
|
||||
import { downloadExtractAndCacheJDK } from './utils.js'
|
||||
import { downloadExtractAndCacheJDK } from './utils'
|
||||
import { downloadTool } from '@actions/tool-cache'
|
||||
import { basename } from 'path'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user