@actions/tool-cache: convert to an ESM module

This commit is contained in:
Daniel Kennedy
2026-01-29 10:54:08 -05:00
parent 7a0147b5c6
commit 1f913ea3b2
10 changed files with 164 additions and 110 deletions
@@ -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