diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c0c31f08..b3cc6f11 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -90,7 +90,7 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci + run: npm install - name: Install Playwright Browsers run: npx playwright install --with-deps ${{ matrix.browser }}