Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,13 @@ jobs:
with:
submodules: recursive

- name: Install OpenZeppelin Upgrades Core
run: npm install @openzeppelin/upgrades-core@1.42.0

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-36d1a1ba7391957770638d2bbacd669adb5cfc00

- name: Print Versions
run: |
Expand Down Expand Up @@ -158,8 +163,13 @@ jobs:
with:
node-version: 20.x

- name: Install OpenZeppelin Upgrades Core
run: npm install @openzeppelin/upgrades-core@1.42.0

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-36d1a1ba7391957770638d2bbacd669adb5cfc00

- name: Install solhint
run: npm install -g solhint
Expand Down