-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: update node version to latest LTS #2129
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
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
CI Failure Feedback 🧐(Checks updated until commit 17058c3)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
* chore: update node version to latest LTS * [ci]: use node 22.x for js code samples f021281
User description
Move nodejs version to latest LTS
Description
Motivation and Context
Types of changes
Checklist
PR Type
enhancement, configuration changes
Description
Updated Node.js version to the latest LTS (22.13.0).
Modified
netlify.toml
to reflect the new Node.js version.Ensured consistency across all deployment contexts in the configuration.
Changes walkthrough 📝
netlify.toml
Update Node.js version in Netlify configuration
netlify.toml
NODE_VERSION
to22.13.0
in production environment.NODE_VERSION
to22.13.0
in deploy-preview environment.NODE_VERSION
to22.13.0
in branch-deploy environment.