12
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2026-05-21 14:52:19 +00:00

more changes cjs=>esm

This commit is contained in:
Leif Ødegård Uhlen 2026-05-05 11:34:19 +02:00
parent b71c53a4f8
commit 4af0103c5e
7 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ const __dirname = dirname(__filename);
* Pre-install extra dependecies
* @returns {Promise<void>}
*/
module.exports = async extras => {
export default async extras => {
if (!extras) {
return Promise.resolve();
}