@actions/exec: convert to ESM module

This commit is contained in:
Daniel Kennedy
2026-01-28 15:59:40 -05:00
parent a6e9f4bab2
commit 0fc1805b46
16 changed files with 63 additions and 36 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import {StringDecoder} from 'string_decoder'
import {ExecOptions, ExecOutput, ExecListeners} from './interfaces'
import * as tr from './toolrunner'
import {ExecOptions, ExecOutput, ExecListeners} from './interfaces.js'
import * as tr from './toolrunner.js'
export {ExecOptions, ExecOutput, ExecListeners}