diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 61c3a2d3..7df6db08 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,9 +74,11 @@ jobs: - name: Install dependencies run: npm ci - - - name: Install playwright - run: npx playwright install --with-deps + + - name: Install playwright browsers + run: | + npx playwright install-deps + npx playwright install - name: Build run: npm run build