-
Notifications
You must be signed in to change notification settings - Fork 933
chore!: minimum node version v20 #4415
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
* chore: minimum node version v20 BREAKING CHANGE: drop node v18 support
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Run yarn build
yarn run v1.22.22
error @commitlint/[email protected]: The engine "node" is incompatible with this module. Expected version ">=v20". Got "18.19.1"
error Commands cannot run with an incompatible environment.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Error: Process completed with exit code 1. @knocte looks like Ubuntu 24.04 is shipping with node v18? But other releases are not LTS. |
Also tagging @kaiehrhardt @jeohist , sorry! |
What features are we going to use which are only available in Node 20+? |
Propably none? We used to switch versions when they ran out of maintenance. Should we not? Can also just leaves this as is for now. |
Personally I'd prefer supporting non LTS versions if there are no efforts required and no new great features we're going to use whenever possible for larger compatibility. |
Fair enough 👍 |
Let's not be ambiguous. You don't mean "let's support non LTS versions", you mean "let's not support LTS versions". |
Your words are as always intense which I don't understand why. |
Sound like we agree with keeping v18 as long as if there's no good reason to upgrade. |
I believe there is a misunderstanding here. When you mention "LTS" you're probably referring to NodeJS versions. However, I myself was referring to Ubuntu versions. |
Preparing to drop node v18 here