-
-
Notifications
You must be signed in to change notification settings - Fork 283
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: drop node v12 #691
build: drop node v12 #691
Conversation
Codecov Report
@@ Coverage Diff @@
## master #691 +/- ##
=======================================
Coverage 90.17% 90.17%
=======================================
Files 2 2
Lines 397 397
Branches 119 119
=======================================
Hits 358 358
Misses 38 38
Partials 1 1 Continue to review full report at Codecov.
|
babel.config.js
Outdated
@@ -12,7 +12,7 @@ module.exports = (api) => { | |||
exclude: | |||
process.env.NODE_ENV === "test" ? [] : ["proposal-dynamic-import"], | |||
targets: { | |||
node: "12.20.0", | |||
node: "14.16.0", |
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.
@snitin315 Let's fix it to 14.15.0
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.
@alexander-akait done, updated deps too.
package.json
Outdated
@@ -14,7 +14,7 @@ | |||
"main": "dist/index.js", | |||
"types": "types/index.d.ts", | |||
"engines": { | |||
"node": ">= 12.20.0" | |||
"node": ">= 14.16.0" |
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.
Same here
This PR contains a:
Motivation / Use-Case
Breaking Changes
Additional Info