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

chore: reuse setup action #6659

Merged
merged 1 commit into from Apr 11, 2024

Conversation

jeluard
Copy link
Member

@jeluard jeluard commented Apr 11, 2024

Motivation

Reuse existing GitHub action to reduce boilerplate duplication

@jeluard jeluard requested a review from a team as a code owner April 11, 2024 07:50
- uses: actions/setup-node@v4
with:
node-version: 20
check-latest: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only thing missing would be this check. Could you pass this down to the action as well.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I didn't remember if build-setup action already have check-latest. Please ignore this comment.

Copy link

codecov bot commented Apr 11, 2024

Codecov Report

Merging #6659 (a9740df) into unstable (2d766ca) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##           unstable    #6659   +/-   ##
=========================================
  Coverage     61.67%   61.67%           
=========================================
  Files           556      556           
  Lines         58834    58834           
  Branches       1888     1888           
=========================================
  Hits          36288    36288           
  Misses        22505    22505           
  Partials         41       41           

@jeluard jeluard merged commit 4773dd2 into ChainSafe:unstable Apr 11, 2024
20 checks passed
@jeluard jeluard deleted the jeluard/reuse-setup-action branch April 11, 2024 08:50
nflaig pushed a commit that referenced this pull request Apr 11, 2024
@wemeetagain
Copy link
Member

🎉 This PR is included in v1.18.0 🎉

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.

None yet

3 participants