Skip to content

Commit

Permalink
chore(ci): clear npm cache, install @openzeppelin/upgrades-core (#4334
Browse files Browse the repository at this point in the history
)
  • Loading branch information
StackOverflowExcept1on authored Nov 13, 2024
1 parent 7f91d5b commit 543973b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- name: "Check: ethexe contracts"
run: |
npm cache clean --force
# version from ethexe/contracts/lib/openzeppelin-foundry-upgrades/src/internal/Versions.sol
npx @openzeppelin/upgrades-core@^1.32.3
cd ethexe/contracts
forge fmt --check
forge build --sizes
Expand Down

0 comments on commit 543973b

Please sign in to comment.