-
Notifications
You must be signed in to change notification settings - Fork 4
Update release workflow to use trusted publishing
#273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -18,6 +18,7 @@ module.exports = { | |||||||||||||
| ] | ||||||||||||||
| }, | ||||||||||||||
| npm: { | ||||||||||||||
| publish: true | ||||||||||||||
| publish: true, | ||||||||||||||
|
||||||||||||||
| publish: true, | |
| publish: true, | |
| // NOTE: `skipChecks` is intentionally enabled because npm's local credential | |
| // and 2FA checks are incompatible with our CI-based OIDC/trusted publishing | |
| // workflow. Release validation and authorization are enforced by the | |
| // GitHub Actions pipeline rather than via `npm publish` pre-checks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Node.js version has been upgraded from 22 to 24. Note that Node.js 24 is currently in active development and may not be a stable LTS release. Verify that all project dependencies and build tools are compatible with Node.js 24, or consider using Node.js 22 (the current LTS) if Node.js 24 compatibility is not required.