Skip to content

Merge pull request #17 from D4ryl00/fix/ios-build #36

Merge pull request #17 from D4ryl00/fix/ios-build

Merge pull request #17 from D4ryl00/fix/ios-build #36

Triggered via push October 27, 2023 14:30
Status Failure
Total duration 45s
Artifacts

release.yml

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