diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fae296c7..78ab7463 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: pnpm test:node - name: Install Playwright browsers - run: pnpx playwright install --with-deps + run: npx playwright install - name: Browser tests run: pnpm test:browser