diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63f2857..e7f1a48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: node-version: 22 cache: npm - run: npm ci - - run: npx playwright install --with-deps chromium + - run: npx playwright install --with-deps chromium-headless-shell - run: npm run test:browser build: