diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e04cafdc..1681f524 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Test - uses: coactions/setup-xvfb@v1 + uses: GabrielBB/xvfb-action@v1 env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 with: