@actions/io: convert to ESM module

This commit is contained in:
Daniel Kennedy
2026-01-28 13:33:17 -05:00
parent 4446f00fc7
commit 5501ba08b7
5 changed files with 16 additions and 7 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ import * as child from 'child_process'
import {promises as fs} from 'fs'
import * as os from 'os'
import * as path from 'path'
import * as io from '../src/io'
import * as ioUtil from '../src/io-util'
import * as io from '../src/io.js'
import * as ioUtil from '../src/io-util.js'
describe('cp', () => {
beforeAll(async () => {