12
0
Fork 0
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:
Leif Ødegård Uhlen 2026-05-05 10:57:40 +02:00
parent 24c733a28f
commit 9efd3dd5aa

View file

@ -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);