Skip to content

ci(NODE-5270): add node20 #3674

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

Merged
merged 5 commits into from
May 25, 2023
Merged

ci(NODE-5270): add node20 #3674

merged 5 commits into from
May 25, 2023

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
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
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.

2 participants