mirror of
https://github.com/actions/toolkit.git
synced 2026-08-27 00:00:33 +02:00
@actions/tool-cache: convert to an ESM module
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as core from '@actions/core'
|
||||
import {RetryHelper} from '../src/retry-helper'
|
||||
import {RetryHelper} from '../src/retry-helper.js'
|
||||
|
||||
let info: string[]
|
||||
let retryHelper: RetryHelper
|
||||
|
||||
Reference in New Issue
Block a user