-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
fix: Minimum required Node version in engines.node
has not been upgraded to Node 14
#138
Conversation
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request!
|
engines.node
is lower than Node 14
engines.node
is lower than Node 14engines.node
has not been upgraded to Node 14
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.
Looks good! Waiting for CI to pass...
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #138 +/- ##
=======================================
Coverage 93.53% 93.53%
=======================================
Files 23 23
Lines 588 588
=======================================
Hits 550 550
Misses 38 38 ☔ View full report in Codecov by Sentry. |
## [6.0.1](6.0.0...6.0.1) (2023-10-20) ### Bug Fixes * Minimum required Node version in `engines.node` has not been upgraded to Node 14 ([#138](#138)) ([4eb3686](4eb3686))
🎉 This change has been released in version 6.0.1 |
Follow up after #137