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

[NT] Support NodeJS 20 #572

Merged
merged 3 commits into from
Jan 8, 2024
Merged

[NT] Support NodeJS 20 #572

merged 3 commits into from
Jan 8, 2024

Conversation

timdawborn
Copy link
Contributor

@timdawborn timdawborn commented Jan 8, 2024

Add support for NodeJS 20.

Comment on lines +52 to +54
// Sleep briefly to allow the OS to free up the port so that we can re-bind it again in the
// next test.
await new Promise((r) => setTimeout(r, 1000));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was needed to get the tests to pass on the NodeJS 20 image. Unsure what specifically changed there to need this change, but this fixed all of the issues.

@@ -0,0 +1 @@
v20.10.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There wasn't previously an .nvmrc file here. Added one.

@timdawborn timdawborn requested a review from njday January 8, 2024 02:43
@timdawborn timdawborn marked this pull request as ready for review January 8, 2024 02:43
@timdawborn timdawborn requested a review from a team as a code owner January 8, 2024 02:43
Copy link

@njday njday left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@timdawborn timdawborn merged commit 5d185c5 into master Jan 8, 2024
7 checks passed
@timdawborn timdawborn deleted the nt-support-node-20 branch January 8, 2024 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants