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

[node-build-scripts] feat: downgrade to Node v18 #6037

Merged
merged 2 commits into from
Mar 24, 2023
Merged

Conversation

adidahiya
Copy link
Contributor

According to the Node.js release schedule, v19 is going to be very short-lived. It doesn't make sense for us to require that version when it's going to be EOL in June 2023.

I've downgraded to Node v18 here, which will be supported for 2 more years in LTS.

@@ -56,7 +56,7 @@
"ts-jest": "^29.0.5"
},
"engines": {
"node": ">=19.3"
"node": ">=18.13"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I picked a relatively recent version of v18 (Jan 2023) here while avoiding constraining this range to the most recent release.

@adidahiya
Copy link
Contributor Author

[node-build-scripts] feat: downgrade to Node v18

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

@adidahiya adidahiya changed the title [node-build-scripts] feat: downgrade to Node v18 [node-build-scripts] feat: downgrade to Node v18 (#6037 Mar 24, 2023
@adidahiya adidahiya merged commit 982faba into develop Mar 24, 2023
@adidahiya adidahiya deleted the ad/node-18 branch March 24, 2023 13:58
@adidahiya adidahiya changed the title [node-build-scripts] feat: downgrade to Node v18 (#6037 [node-build-scripts] feat: downgrade to Node v18 Mar 24, 2023
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

1 participant