mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-05-14 04:20:33 +00:00
more fixes cjs->esm
This commit is contained in:
parent
24c733a28f
commit
9efd3dd5aa
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -1,5 +1,5 @@
|
|||
import exec from './src/_exec.js';
|
||||
import {dirname, path} from 'path';
|
||||
import path, {dirname} from 'path';
|
||||
import { fileURLToPath } from 'url';
|
||||
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue