-
Notifications
You must be signed in to change notification settings - Fork 35
test: run on node 24 #110
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
test: run on node 24 #110
Conversation
WalkthroughThis update removes the CodeQL static analysis workflow, expands Node.js version testing in CI, updates the README with new badges and a simplified contributors section, and eliminates the git-contributor tool from the development setup. No changes were made to code, APIs, or exported entities. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
💤 Files with no reviewable changes (2)
🔇 Additional comments (2)
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. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. 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 updates the CI to test on newer Node.js versions, removes the static contributor tooling, and replaces it with dynamic badges.
- Remove
git-contributorscript and dependency - Add Node.js v22 and v24 to the CI test matrix
- Replace static contributor list in README with dynamic badge and add new badges
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Removed the contributor script and git-contributor dev dependency |
| README.md | Added Node.js version, PRs Welcome, and Contributors badges; removed static list |
| .github/workflows/nodejs.yml | Updated test matrix to include Node.js versions 22 and 24 |
| .github/workflows/codeql-analysis.yml | Deleted the CodeQL analysis workflow |
Comments suppressed due to low confidence (1)
.github/workflows/codeql-analysis.yml:1
- The entire CodeQL analysis workflow has been removed. This disables automated vulnerability scanning—ensure this deletion is intentional or restore it to maintain security coverage.
# For most projects, this workflow file will not need changing; you simply need
Summary by CodeRabbit
Chores
Documentation