diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e7f463..d70614d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,8 +24,8 @@ jobs: - name: Install dependencies run: npm ci - - name: Install Playwright - run: npx playwright install webkit + - name: Install Playwright with dependencies + run: npx playwright install --with-deps webkit - name: Build run: npm run build