Skip to content

Conversation

@nbbeeken
Copy link
Contributor

@nbbeeken nbbeeken commented May 18, 2023

Description

What is changing?

Adds node 20 to CI

Is there new documentation needed for these changes?

Yes, next release should have the compat table updated

What is the motivation for this change?

Node 20 is soon to be LTS

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@nbbeeken nbbeeken marked this pull request as ready for review May 18, 2023 20:04
set -o errexit # Exit the script with error if any of the commands fail

NODE_LTS_NAME=${NODE_LTS_NAME:-erbium}
NODE_LTS_VERSION=${NODE_LTS_VERSION:-14}
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be 12 since we're on the 4.x branch?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, updated

@baileympearson baileympearson added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label May 19, 2023
@baileympearson baileympearson self-assigned this May 19, 2023
@baileympearson baileympearson merged commit 89a1066 into 4.x May 25, 2023
@baileympearson baileympearson deleted the NODE-5270-node20 branch May 25, 2023 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Primary Review In Review with primary reviewer, not yet ready for team's eyes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants