ci: track Node version with Renovate - #3200
Conversation
|
✅ Deploy Preview for flint-fyi ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This comment was marked as resolved.
This comment was marked as resolved.
| node-version: | ||
| description: The Node.js version to use | ||
| required: false | ||
| default: 26.7.0 |
There was a problem hiding this comment.
why not just use 26, so it just always uses the latest 26? Rather than needing to have renovate update it
There was a problem hiding this comment.
In general I'd be opposed with the logic that I wouldn't want a Node.js regression to break our builds (as that's been aggravating to me in the past; it can and does happen), but I suppose if the matrix pulls in latest, this doesn't help more 🤔
d548d19 to
50a673d
Compare
PR Checklist
status: accepting prsOverview
Let Renovate update the versions of Node used in CI, except for the matrix. Which does make me wonder-can we just use a version from
package.json?