-
Notifications
You must be signed in to change notification settings - Fork 18
Update Supported Node.js Version to 24 #216
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
Semantic Version Check Passed ✅Version in manifest file This comment will be automatically updated as changes are pushed to this PR branch. |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
… local-action dependencies
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 pull request updates the Node.js version support to include Node.js 24, bumps the package version to 5.2.0, and refactors the TypeScript configuration handling logic. The changes also improve the CI workflow by fixing package linking issues across different package managers.
- Updated Node.js engine requirements to support Node.js 24
- Refactored bootstrap logic by moving it from a separate file into the main run command
- Enhanced CI workflow with better package linking strategies for pnpm and yarn
Reviewed Changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated version to 5.2.0 and added Node.js 24 support to engines |
| .node-version | Updated Node.js version from 22.9.0 to 24.4.0 |
| src/commands/run.ts | Integrated TypeScript configuration handling logic directly into the run command |
| src/bootstrap.ts | Removed entire bootstrap file as logic was moved elsewhere |
| jest.config.ts | Removed bootstrap.ts from coverage ignore patterns |
| .grype.yml | Updated security configuration with vulnerability exceptions |
| .github/workflows/continuous-integration.yml | Enhanced CI workflow with improved package linking for pnpm and yarn |

This pull request updates the Node.js version requirements for the project and bumps the package version to reflect the change. These updates ensure compatibility with newer Node.js releases and signal the change to consumers.