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:
parent
bcf0942c49
commit
054f894c4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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' };;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue