Skip to content

Merge pull request #15 from iuricmp/keep-yarn-lock #29

Merge pull request #15 from iuricmp/keep-yarn-lock

Merge pull request #15 from iuricmp/keep-yarn-lock #29

Triggered via push July 27, 2023 11:05
Status Failure
Total duration 51s
Artifacts

release.yml

on: push
semantic-release
41s
semantic-release
Fit to window
Zoom out
Zoom in

Annotations

1 error
semantic-release
Error [ERR_REQUIRE_ESM]: require() of ES Module /github/workspace/.releaserc.js from /action/node_modules/semantic-release/node_modules/cosmiconfig/dist/loaders.js not supported. .releaserc.js is treated as an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which declares all .js files in that package scope as ES modules. Instead rename .releaserc.js to end in .cjs, change the requiring code to use dynamic import() which is available in all CommonJS modules, or change "type": "module" to "type": "commonjs" in /github/workspace/package.json to treat all .js files as CommonJS (using .mjs for all ES modules instead).