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

fix: usage of node12 which is deprecated in CI #153

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hamirmahal
Copy link

fixes #152.

Copy link

codspeed-hq bot commented Oct 16, 2024

CodSpeed Performance Report

Merging #153 will not alter performance

Comparing hamirmahal:fix/usage-of-node12-which-is-deprecated-in-CI (1e0d4d3) with main (1f945c8)

Summary

✅ 73 untouched benchmarks

@@ -579,16 +578,16 @@ jobs:
environment: release

steps:
- uses: actions/checkout@v2
Copy link
Author

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.

Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.94%. Comparing base (1f945c8) to head (1e0d4d3).

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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f945c8...1e0d4d3. Read the comment docs.

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.

CI uses node12 which is deprecated
1 participant