Skip to content

Merge pull request #14 from iuricmp/lint #33

Merge pull request #14 from iuricmp/lint

Merge pull request #14 from iuricmp/lint #33

Triggered via push August 11, 2023 06:38
Status Failure
Total duration 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

release.yml

on: push
semantic-release
37s
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).