-
Notifications
You must be signed in to change notification settings - Fork 14
Update required Node.js versions #185
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. |
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 supported Node.js versions across the project by modifying the engine constraints in package.json and enhancing the documentation in README.md.
- Updated Node.js engine constraint in package.json to ">=20 <23".
- Added a new section in README.md to clarify the currently tested Node.js versions.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
package.json | Updated the Node.js engine version constraint to enforce supported versions |
README.md | Added documentation regarding tested Node.js versions |
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
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 supported Node.js versions in both the configuration and documentation to ensure clarity about the tool’s compatibility. Key changes include updating the package version and adjusting the Node.js engine specification, as well as adding a new documentation section in the README.md that describes the supported Node.js versions.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
package.json | Updated version from 3.2.0 to 3.2.1 and refined the engines field to restrict Node.js versions to "^20 |
README.md | Added a "Node.js Version Support" section to document that the tool is tested against Node.js versions 20 and 22. |
This pull request updates the documentation and configuration to specify supported Node.js versions. The changes ensure clarity about compatibility and enforce constraints on the Node.js versions the tool can run with.