Skip to content
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

Merged
merged 4 commits into from
Dec 19, 2023
Merged

[CHORE] Bump nvmrc and Docker to use Node v20.10.0 #7426

merged 4 commits into from
Dec 19, 2023

Conversation

1Copenut
Copy link
Contributor

@1Copenut 1Copenut commented Dec 19, 2023

Summary

PR bumps our Docker Node image and daily driver Node to version 20.10.0. PR closes #7424.

QA

  • QA will be verified manually on Buildkite UI. All PR jobs (tests and deploy docs) should pass with no issues.
  • Contributor has verified the following on their local machine:
    • nvm install 20.10.0
    • nvm alias default 20.10.0
    • yarn
    • yarn lint
    • yarn test-unit
    • yarn test-cypress
    • yarn storybook
  • For reviewers, please spot check the latest Node version on local machines
    • nvm install 20.10.0
    • nvm alias default 20.10.0
    • yarn
    • yarn lint
    • yarn test-unit
    • yarn test-cypress
    • yarn storybook

Comment on lines -19 to -20
"test-docker": "node ./scripts/test-docker.js",
"test-a11y-docker": "node ./scripts/test-a11y-docker.js",
Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Contributor

@cee-chen cee-chen Dec 19, 2023

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

@kibanamachine
Copy link

Preview staging links for this PR:

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

cc @1Copenut

@1Copenut 1Copenut requested a review from cee-chen December 19, 2023 18:44
Copy link
Contributor

@cee-chen cee-chen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!!! 😎

@1Copenut 1Copenut merged commit d2c55e7 into elastic:main Dec 19, 2023
7 checks passed
@1Copenut 1Copenut deleted the chore/node-v20.10.0-bump branch December 19, 2023 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CHORE] Bump Docker to use Node v20.10.0
4 participants