From 441b1c1c5b909498ca6206a84445ee516067e7fc Mon Sep 17 00:00:00 2001 From: Arr00 <13561405+arr00@users.noreply.github.com> Date: Fri, 23 May 2025 19:14:40 -0400 Subject: [PATCH] Remove legacy peer dependency npm tag (#5696) --- .github/actions/setup/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index fe8a85b3f..3c5fc602e 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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