@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
+1 -1
View File
@@ -1,6 +1,6 @@
import {ok} from 'assert'
import * as path from 'path'
import * as ioUtil from './io-util'
import * as ioUtil from './io-util.js'
/**
* Interface for cp/mv options