-
Notifications
You must be signed in to change notification settings - Fork 162
chore: use npm truster publisher #69
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
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
|
Warning Rate limit exceeded@fengmk2 has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 18 minutes and 2 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Pull Request Overview
This PR migrates the project to use a trusted NPM publisher workflow and removes support for older Node.js versions. The changes update the release workflow to use npm-release instead of node-release, remove the NPM_TOKEN secret requirement, and consolidate Node.js testing to focus on supported versions.
- Switch from node-release to npm-release workflow for trusted publishing
- Update Node.js testing matrix to versions 18, 20, 22, 24 with cross-platform support
- Remove dedicated Node.js 14 testing workflow
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/release.yml | Updates release workflow to use npm-release and removes NPM_TOKEN requirement |
| .github/workflows/nodejs.yml | Updates Node.js version matrix and adds cross-platform testing |
| .github/workflows/nodejs-14.yml | Removes dedicated Node.js 14 testing workflow |
commit: |
node-modules/github-actions#14