@actions/core: convert to ESM module

This commit is contained in:
Daniel Kennedy
2026-01-28 16:17:54 -05:00
parent c9c663babe
commit 5ebf128f14
15 changed files with 95 additions and 48 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import * as os from 'os'
import {toCommandValue} from './utils'
import {toCommandValue} from './utils.js'
// For internal use, subject to change.