-
Notifications
You must be signed in to change notification settings - Fork 365
Open
Labels
Description
What would you like?
Update CI to a version of semantic-release that supports npm Trusted Publishing.
Why is this needed?
-
The Cypress.io team desires to migrate to npm Trusted Publishing, as specified in issue Migrate to npm Trusted Publishing #1558.
-
The CI workflow .github/workflows/main.yml in the
releasejob uses [email protected], released on Feb 15, 2025. -
[email protected], released on Oct 19, 2025, is the first version to support Trusted Publishing.
Other
- [email protected] introduced minimum Node.js versions:
"node": "^22.14.0 || >= 24.10.0"- This requires resolution of issue Update
cycjimmy/semantic-release-actiontonode24version #1563, sincecycjimmy/semantic-release-actioncurrently runs.using the incompatiblenode20version.