We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3ea8b commit 441b1c1Copy full SHA for 441b1c1
.github/actions/setup/action.yml
@@ -13,8 +13,7 @@ runs:
13
path: '**/node_modules'
14
key: npm-v3-${{ hashFiles('**/package-lock.json') }}
15
- name: Install dependencies
16
- ## TODO: Remove when EIP-7702 authorizations are enabled in latest non-beta ethers version
17
- run: npm ci --legacy-peer-deps
+ run: npm ci
18
shell: bash
19
if: steps.cache.outputs.cache-hit != 'true'
20
- name: Install Foundry
0 commit comments