-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
build!: remove node v12 support #7833
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.
Maybe it is out of scope of this PR, but you might forgot to change build settings?
|
I think we should do this in a separate PR 🤔 |
Description
Fully remove support for node v12
Additional context
According to https://kangax.github.io/compat-table/es2016plus/#node14_6 I switched also to at least v14.6.0
If I'm correct, we also can target
ES2020
from now on 🎉For upgrade to node v18 see #7812
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).