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: encourage use of node.js v20 and later releases #266

Merged
merged 3 commits into from
Sep 12, 2024

Conversation

anushkafka
Copy link
Contributor

@anushkafka anushkafka commented Sep 9, 2024

Description

0a6552c Use node.js v21 and later releases

b40f194 Update node-version & npmrc files

37233d4 Set a precedence in using node v20

Detail

A quick QA of this branch in node v20.17.0

Screenshot 2024-09-11 at 4 44 47 PM

Checklist

  • 💂‍♂️ includes new unit and functional tests

@anushkafka anushkafka marked this pull request as ready for review September 10, 2024 00:18
@anushkafka anushkafka requested a review from a team as a code owner September 10, 2024 00:18
package.json Outdated
@@ -35,7 +35,7 @@
"yarn-audit-fix": "^9.3.1"
},
"engines": {
"node": ">=18"
"node": ">=21"
Copy link

Choose a reason for hiding this comment

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

Can you change .node-version also?

@zach-anthony
Copy link
Contributor

Can we please make sure that our developer documentation is updated here, since we call out the specific node version as a prerequisite.

@anushkafka anushkafka changed the title Use node.js v21 and later releases Use node.js v20 and later releases Sep 11, 2024
@anushkafka
Copy link
Contributor Author

anushkafka commented Sep 11, 2024

@zach-anthony Wow this is why people were expecting it to work for v16 even after we had already bumped it from 14 to 18 a in the past! Good catch 👍

@anushkafka anushkafka merged commit 858635f into master Sep 12, 2024
4 checks passed
@anushkafka anushkafka changed the title Use node.js v20 and later releases chore: encourage use of node.js v20 and later releases Sep 12, 2024
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.

4 participants