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