diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 2dfeb584d..caa2a2a00 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -14,7 +14,7 @@ jobs: with: node-version: 16 - name: Install dependencies - run: npm i + run: npm i --legacy-peer-deps - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests