-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat(core)!: drop support for node versions prior to 20.19.0 #30818
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
View your CI Pipeline Execution ↗ for commit 7cc58a7.
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See slack thread
5a0dd8e
to
a84176c
Compare
a84176c
to
b861e7d
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-30818-a84176c my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-30818-a84176c
To request a new release for this pull request, mention someone from the Nx team or the |
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-30818-b861e7d my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-30818-b861e7d
To request a new release for this pull request, mention someone from the Nx team or the |
docs/generated/packages/workspace/documents/nx-nodejs-typescript-version-matrix.md
Outdated
Show resolved
Hide resolved
c18ae70
to
85646cb
Compare
85646cb
to
116a310
Compare
Hey there 👋 I suspect the node 20.19 was picked for the If that's the case, you may want to support only node 22.12 and up instead of 22.x Since it's not enabled under 22.12 by default, you would have node version in your support range that don't support See release notes for 22.12 https://nodejs.org/en/blog/release/v22.12.0 |
116a310
to
102abca
Compare
06688d3
to
7c50034
Compare
74544ca
to
9a68bf8
Compare
9a68bf8
to
b725bb6
Compare
Remove engines entry for napi-rs BREAKING CHANGE: Node versions earlier to 20.19.0 docs(nx-dev): Fix node support matrix (cherry picked from commit 742b371)
19400e3
to
ca9f2e0
Compare
25c818c
to
55787f2
Compare
9904ce1
to
d1b3901
Compare
b56ca3f
to
7cc58a7
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
BREAKING CHANGE: We are updating our minimum node version to
20.19.0
which drops support for all prior versions.