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.tomlto 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 configurationnetlify.toml
NODE_VERSIONto22.13.0in production environment.NODE_VERSIONto22.13.0in deploy-preview environment.NODE_VERSIONto22.13.0in branch-deploy environment.