feat(chore): L3-00000 update node version to v22.23.1#893
Conversation
Node 20 is deprecated, so bump the pinned Node version. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for phillips-seldon ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| @@ -1 +1 @@ | |||
| v22.22.0 | |||
| v22.22.2 | |||
There was a problem hiding this comment.
this is a good point, if irrelevant to this PR
|
Important Testing in progress…🟢 UI Tests: 464 tests unchanged |
|
Tip All tests passed and all changes approved!🟢 UI Tests: 464 tests unchanged |
|
🚀 Storybook preview is ready. • Preview: https://68b9f094608b90f3cfec5a06-uokvztqylm.chromatic.com/ |
Use the latest 22.x LTS patch release. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
DaveMcNamara
left a comment
There was a problem hiding this comment.
we only need to bump to 22.22.2 to fix the error, I'm assuming going up to LTS is fine too
|
🎉 This PR is included in version 1.273.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Jira ticket
L3-00000
Screenshots
N/A — config-only change, no UI impact.
Figma link
N/A
Summary
Bump the pinned Node version in
.nvmrcfromv22.22.0tov22.23.1(latest 22.x LTS patch release). We hit the Node 20 deprecation, so we need to update the pinned Node version to stay on a supported release.Change List (describe the changes made to the files)
.nvmrc: updated Node version fromv22.22.0tov22.23.1Acceptance Test (how to verify the PR)
nvm usein the repo root and confirm it activates Nodev22.23.1Regression Test
npm ci && npm run buildlocally on Nodev22.23.1and confirm the build succeedsEvidence of testing
Things to look for during review
feat(scope): ...if aminorrelease should be triggered.phillipsclass prefix are using the prefix variabledata-testidattribute.New Components
index.tsfilecomponentStyles.scssfile.🤖 Generated with Claude Code