mirror of
https://github.com/actions/toolkit.git
synced 2026-08-24 00:00:19 +02:00
@actions/glob: convert to an ESM module (#2273)
* `@actions/glob`: convert to an ESM module * Update packages/glob/RELEASES.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
This commit is contained in:
co-authored by
Copilot
parent
5793b08cd9
commit
7a0147b5c6
@@ -4,7 +4,7 @@ import * as fs from 'fs'
|
||||
import * as stream from 'stream'
|
||||
import * as util from 'util'
|
||||
import * as path from 'path'
|
||||
import {Globber} from './glob'
|
||||
import {Globber} from './glob.js'
|
||||
|
||||
export async function hashFiles(
|
||||
globber: Globber,
|
||||
|
||||
Reference in New Issue
Block a user