@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,6 +1,6 @@
import * as path from 'path'
import {toPlatformPath, toPosixPath, toWin32Path} from '../src/path-utils'
import {toPlatformPath, toPosixPath, toWin32Path} from '../src/path-utils.js'
describe('#toPosixPath', () => {
const cases: {