-
Notifications
You must be signed in to change notification settings - Fork 57
ci: Add node version 24 and 25 to workflow #1109
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
ci: Add node version 24 and 25 to workflow #1109
Conversation
.github/workflows/staging-step-1.yml
Outdated
| uses: actions/setup-node@v3 | ||
| with: | ||
| node-version: 16.x | ||
| node-version: latest |
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.
@rmi22186 Since this version is related to perform release, wanted to know opinion on if we want to use latest node version or LTS(22.x) (recommended approach) or want to hard code any specific version?
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.
hard coding is always better since things can be break with latest
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.
Thanks for clarifying! Opted to hardcode Node 24.x since it’s the latest even-numbered release which is Active LTS, ensuring long-term stability and security updates.
|
|
🎉 This PR is included in version 2.49.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |



Background
What Has Changed
pull-request.ymlScreenshots/Video
Checklist
Additional Notes
Reference Issue (For employees only. Ignore if you are an outside contributor)