mirror of
https://github.com/actions/toolkit.git
synced 2026-08-27 00:00:33 +02:00
@actions/glob: convert to an ESM module
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as pathHelper from '../src/internal-path-helper'
|
||||
import * as pathHelper from '../src/internal-path-helper.js'
|
||||
|
||||
const IS_WINDOWS = process.platform === 'win32'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user