-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
chore: add node v18 to test workflow #272
Conversation
Codecov Report
@@ Coverage Diff @@
## master #272 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 7 7
Lines 249 249
Branches 53 53
=========================================
Hits 249 249 Continue to review full report at Codecov.
|
.github/workflows/nodejs.yml
Outdated
@@ -52,7 +52,7 @@ jobs: | |||
strategy: | |||
matrix: | |||
os: [ubuntu-latest, windows-latest, macos-latest] | |||
node-version: [12.x, 14.x, 16.x] | |||
node-version: [12.x, 14.x, 16.x, 17.x, 18.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.
Can you add only 18, we don't need 17
here, it is not LTS
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.
done
ci: remove node v17
unfortunately it's crashing in v18 |
This PR contains a:
Motivation / Use-Case
Add node v18 to test workflow.