-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrade to latest LTS node #381
Conversation
@@ -15,7 +15,7 @@ | |||
"all": "npm run build && npm run format && npm run lint && npm run package && npm test" | |||
}, | |||
"engines": { | |||
"node": ">=16.0.0 <17.0.0", | |||
"node": ">=18.0.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.
18 is in maintenance until April 2025
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #381 +/- ##
===========================================
- Coverage 100.00% 95.31% -4.69%
===========================================
Files 3 3
Lines 66 64 -2
Branches 13 13
===========================================
- Hits 66 61 -5
- Misses 0 3 +3 ☔ View full report in Codecov by Sentry. |
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.
Nice work. lgtm!
30ce052
to
607ac0f
Compare
also rewrite tests to be properly mocked unit tests
607ac0f
to
39bfabb
Compare
Supersedes #306 - I'm hoping this "signs" the prior commit so I can merge