Skip to content

Commit

Permalink
Added setup bun
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon committed Mar 7, 2025
1 parent 31fb3da commit f9adab5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/enforceTestCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ jobs:
# echo "solidity_changed=false" >> "$GITHUB_ENV"
# fi

- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: '20'
- name: Set up Bun
uses: oven-sh/setup-bun@v2
if: env.solidity_changed == 'true'

- name: Install dev dependencies
Expand Down

0 comments on commit f9adab5

Please sign in to comment.