diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index badbde6c..2dfeb584 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 ci + run: npm i - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests