From ff5dacd5c6d241e82e2ef5df121d20d9cf7be866 Mon Sep 17 00:00:00 2001 From: Adam Waldron Date: Wed, 29 Jan 2025 12:04:36 -0800 Subject: [PATCH] test: revert action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc83470..3d61203 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,6 +72,6 @@ jobs: run: npm i --prefer-offline --no-audit - name: run npm test - uses: coactions/setup-xvfb@v1 + uses: GabrielBB/xvfb-action@v1 with: run: npm run test