Test ethers 6.13.6-beta.1, use solc 0.8.27 and prague EVM version (#5663)

This commit is contained in:
Ernesto García
2025-05-05 16:20:05 -06:00
committed by GitHub
parent 9393147db7
commit 08566bfe0d
7 changed files with 13 additions and 10 deletions

View File

@ -13,7 +13,8 @@ runs:
path: '**/node_modules'
key: npm-v3-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm ci
## TODO: Remove when EIP-7702 authorizations are enabled in latest non-beta ethers version
run: npm ci --legacy-peer-deps
shell: bash
if: steps.cache.outputs.cache-hit != 'true'
- name: Install Foundry