Skip to content
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

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Upgrade to latest LTS node #381

merged 1 commit into from
Oct 29, 2024

Conversation

mattwwarren
Copy link
Collaborator

Supersedes #306 - I'm hoping this "signs" the prior commit so I can merge

@@ -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",
Copy link
Collaborator Author

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

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.31%. Comparing base (6344a73) to head (39bfabb).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

Copy link

@amason amason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work. lgtm!

@mattwwarren mattwwarren force-pushed the upgrade-to-lts-node branch 2 times, most recently from 30ce052 to 607ac0f Compare October 29, 2024 17:56
also rewrite tests to be properly mocked unit tests
@mattwwarren mattwwarren merged commit 96c8506 into main Oct 29, 2024
12 of 13 checks passed
@mattwwarren mattwwarren deleted the upgrade-to-lts-node branch October 29, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants