-
Notifications
You must be signed in to change notification settings - Fork 839
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
[CHORE] Bump nvmrc and Docker to use Node v20.10.0 #7426
Conversation
"test-docker": "node ./scripts/test-docker.js", | ||
"test-a11y-docker": "node ./scripts/test-a11y-docker.js", |
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.
This doesn't seem like it should be part of the node upgrade
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.
That's valid. The scripts were removed prior, but I can move the lines back into package.json
and remove them as a separate PR.
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.
ahh I hadn't realized! I'm fine removing them in this PR as long as we point it out / it's a deliberate choice; just at first glance I thought it was a mistake
Preview staging links for this PR:
|
💚 Build Succeeded
History
cc @1Copenut |
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.
Very nice!!! 😎
Summary
PR bumps our Docker Node image and daily driver Node to version
20.10.0
. PR closes #7424.QA
nvm install 20.10.0
nvm alias default 20.10.0
yarn
yarn lint
yarn test-unit
yarn test-cypress
yarn storybook
nvm install 20.10.0
nvm alias default 20.10.0
yarn
yarn lint
yarn test-unit
yarn test-cypress
yarn storybook