-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
fix: usage of node12 which is deprecated
in CI
#153
fix: usage of node12 which is deprecated
in CI
#153
Conversation
CodSpeed Performance ReportMerging #153 will not alter performanceComparing Summary
|
.github/workflows/ci.yml
Outdated
@@ -579,16 +578,16 @@ jobs: | |||
environment: release | |||
|
|||
steps: | |||
- uses: actions/checkout@v2 |
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.
v4
is the latest major version of actions/checkout
at the time of this writing.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #153 +/- ##
=======================================
Coverage 90.94% 90.94%
=======================================
Files 12 12
Lines 2042 2042
Branches 2042 2042
=======================================
Hits 1857 1857
Misses 112 112
Partials 73 73 Continue to review 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.
Thanks
You're welcome. |
fixes #152.