Remove legacy peer dependency npm tag (#5696)

This commit is contained in:
Arr00
2025-05-23 19:14:40 -04:00
committed by GitHub
parent 8e3ea8b48d
commit 441b1c1c5b

View File

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