diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5ab6b9..71588a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: run: npm install - name: Install Playwright if: matrix.node == 16 - run: npx playwright install-deps + run: npx playwright install --with-deps - name: Test run: npm test - name: Test browsers