-
-
Notifications
You must be signed in to change notification settings - Fork 53
feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 #232
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: main
Are you sure you want to change the base?
Conversation
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.
Could we also update the Node.js engine versions in plugin/templates/_package.json
as well?
generator-eslint/plugin/templates/_package.json
Lines 35 to 37 in 79641d3
"engines": { | |
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
}, |
Or is it intentionally missing?
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.
LGTM, thanks!
Would like @eslint/eslint-tsc to verify, since it's a breaking change.
92b3d2a
to
146b4c5
Compare
Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
Co-authored-by: 루밀LuMir <rpfos@naver.com>
Prerequisites checklist
What is the purpose of this pull request?
Updated package.json of the package to require:
"node": "^20.19.0 || ^22.13.0 || >=24"
This drops support for Node.js 18.
What changes did you make? (Give an overview)
Related Issues
refs eslint/eslint#19969
fixes #231
Is there anything you'd like reviewers to focus on?