12
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2026-05-16 05:20:32 +00:00

more fixes and tweaks cjs -> esm

This commit is contained in:
Leif Ødegård Uhlen 2026-05-05 10:42:20 +02:00
parent f7e83f6743
commit 61436fbfef
9 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
const path = require('path');
import * as core from '@actions/core'
const exec = require('./_exec');
import path from 'path';
import * as core from '@actions/core';
import exec from './_exec';
/**
* Pre-install extra dependecies