File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 13
13
path : ' **/node_modules'
14
14
key : npm-v3-${{ hashFiles('**/package-lock.json') }}
15
15
- name : Install dependencies
16
- run : npm ci
16
+ # # TODO: Remove when EIP-7702 authorizations are enabled in latest non-beta ethers version
17
+ run : npm ci --legacy-peer-deps
17
18
shell : bash
18
19
if : steps.cache.outputs.cache-hit != 'true'
19
20
- name : Install Foundry
Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ jobs:
118
118
- uses : actions/checkout@v4
119
119
- name : Set up environment
120
120
uses : ./.github/actions/setup
121
+ # # TODO: Remove when EIP-7702 authorizations are enabled in latest non-beta ethers version
122
+ - run : rm package-lock.json package.json # Dependencies already installed
121
123
122
124
123
125
codespell :
You can’t perform that action at this time.
0 commit comments