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:
parent
f7e83f6743
commit
61436fbfef
9 changed files with 20 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue