@actions/glob: convert to an ESM module

This commit is contained in:
Daniel Kennedy
2026-01-28 21:10:43 -05:00
parent ed3ea3b5ba
commit ceb003d313
18 changed files with 87 additions and 67 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import * as io from '../../io/src/io'
import * as io from '../../io/src/io.js'
import * as path from 'path'
import {hashFiles} from '../src/glob'
import {hashFiles} from '../src/glob.js'
import {promises as fs} from 'fs'
const IS_WINDOWS = process.platform === 'win32'