diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff9260a1f..1fb1c925c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | @@ -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