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

fixing more issues cjs->esm

This commit is contained in:
Leif Ødegård Uhlen 2026-05-05 12:16:56 +02:00
parent bcf0942c49
commit 054f894c4f

View file

@ -1,5 +1,5 @@
import * as core from '@actions/core';
import stringToJson from '@cycjimmy/awesome-js-funcs/cjs/typeConversion/stringToJson.cjs';
import stringToJson from '@cycjimmy/awesome-js-funcs/cjs/typeConversion/stringToJson.js';
import inputs from './inputs.json' with { type: 'json' };;
/**