Skip to content

Commit 441b1c1

Browse files
authored
Remove legacy peer dependency npm tag (#5696)
1 parent 8e3ea8b commit 441b1c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ runs:
1313
path: '**/node_modules'
1414
key: npm-v3-${{ hashFiles('**/package-lock.json') }}
1515
- 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
16+
run: npm ci
1817
shell: bash
1918
if: steps.cache.outputs.cache-hit != 'true'
2019
- name: Install Foundry

0 commit comments

Comments
 (0)