-
Notifications
You must be signed in to change notification settings - Fork 142
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
Drop support for old node versions #616
Labels
Comments
Belco90
changed the title
Drop support for node v12, which reaches EOL in 2022-04-30, and node v17, which reaches EOL in 2022-06-01
Drop support for old node versions
Aug 4, 2022
We should wait & see what ESLint will be doing to get to the same minimal version imo |
ESLint keeps supporting node v12, v14, v16 and greater. We can leave this for a future major then. |
We should do the same as typescript-eslint v7 and update Node.js engine requirement to |
1 task
1 task
Belco90
added a commit
that referenced
this issue
Apr 17, 2024
BREAKING CHANGE: drop support for old Node.js versions Closes #616
🎉 This issue has been resolved in version 7.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Drop support for node v12, which reaches EOL in 2022-04-30, and node v17, which reaches EOL in 2022-06-01Update Node.js engine requirement to
^18.18.0 || >=20.0.0
, which is the same requirement that ESLint v9 will impose. This means we are dropping support for Node 12, 15, 16, 17, 19, and Node 18 versions prior to 18.18.0.The text was updated successfully, but these errors were encountered: