-
Notifications
You must be signed in to change notification settings - Fork 6
Upgrade root packages #134
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #134 +/- ##
=======================================
Coverage 98.21% 98.21%
=======================================
Files 12 12
Lines 168 168
Branches 46 50 +4
=======================================
Hits 165 165
Misses 2 2
Partials 1 1 Continue to review full report at Codecov.
|
Co-authored-by: Wes Cossick <WesCossick@users.noreply.github.com>
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.
There are a number of places that still use 14.x
instead of 16.x
in the main.yml
file.
Actually, can we try using Relevant docs: https://github.com/actions/setup-node. |
If this works, we probably want to apply this to our other OSS packages... |
I think the build might be failing due to this not being set to |
This pull request upgrades every package at the root level to the latest version, and makes any needed changes to deal with breaking changes, including adding new required packages.
Changes that affected us: