-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit 1d10310.
☁️ 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
102abca
to
2988e0b
Compare
2988e0b
to
0a73e56
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)
0a73e56
to
1cebd3d
Compare
BREAKING CHANGE: We are updating our minimum node version to
20.19.0
which drops support for all prior versions.