mirror of
https://github.com/actions/toolkit.git
synced 2026-08-16 00:00:21 +02:00
@actions/core: convert to ESM module
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as path from 'path'
|
||||
|
||||
import {toPlatformPath, toPosixPath, toWin32Path} from '../src/path-utils'
|
||||
import {toPlatformPath, toPosixPath, toWin32Path} from '../src/path-utils.js'
|
||||
|
||||
describe('#toPosixPath', () => {
|
||||
const cases: {
|
||||
|
||||
Reference in New Issue
Block a user