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 migrating from cjs to esm

This commit is contained in:
Leif Ødegård Uhlen 2026-05-05 10:54:34 +02:00
parent 19e26b4d5c
commit 24c733a28f

View file

@ -1,5 +1,9 @@
import exec from './src/_exec.js';
import path from 'path';
import {dirname, path} from 'path';
import { fileURLToPath } from 'url';
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
const run = async () => {
// Install Dependencies