-
Notifications
You must be signed in to change notification settings - Fork 52
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
Bump nodes version to 18 & 20 in ci. #161
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.
Thanks!
.github/workflows/main.yml
Outdated
@@ -24,7 +24,7 @@ jobs: | |||
timeout-minutes: 10 | |||
strategy: | |||
matrix: | |||
node-version: [14.x, 16.x, 18.x] | |||
node-version: [16.x, 18.x, 20.x] |
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.
I'm happy to just test 18.x since 16.x is EOL.
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.
set most tests to 18 and dropped 16 here: 4db7ff1
@aljones15 README needs to be updated too. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #161 +/- ##
==========================================
- Coverage 87.27% 87.05% -0.22%
==========================================
Files 4 4
Lines 770 811 +41
==========================================
+ Hits 672 706 +34
- Misses 98 105 +7
Continue to review full report in Codecov by Sentry.
|
README updated there |
closing in favor of: #164 |
No description provided.