github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Update `semantic-release` to version supporting Trusted Publishing

Open MikeMcC399 opened this issue 1 month ago • 1 comments

What would you like?

Update CI to a version of semantic-release that supports npm Trusted Publishing.

Why is this needed?

Other

"node": "^22.14.0 || >= 24.10.0"
  • [x] This requires resolution of issue https://github.com/cypress-io/github-action/issues/1563, since cycjimmy/semantic-release-action currently runs.using the incompatible node20 version.

MikeMcC399 avatar Oct 31 '25 11:10 MikeMcC399

[email protected] updated to [email protected], which is now deprecated, so that installing this version and higher versions of semantic-release including [email protected] causes a deprecation warning:

npm warn deprecated [email protected]: Deprecated as the semver package now supports this built-in.

  • This issue is tracked through https://github.com/semantic-release/semantic-release/issues/3887

MikeMcC399 avatar Nov 07 '25 15:11 MikeMcC399