Skip to content

Commit

Permalink
fix: foundry version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Jan 23, 2025
1 parent 5ba064b commit f0ae5b6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,18 @@ jobs:
with:
submodules: recursive

- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x

- name: Install NPM Dependencies with Verbose Logging
run: npm i @openzeppelin/upgrades-core@latest --verbose

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

- name: Print Versions
run: |
Expand Down Expand Up @@ -160,6 +170,8 @@ jobs:

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

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

0 comments on commit f0ae5b6

Please sign in to comment.