From da88fe32fdcbff22d9f6c500c4709713111c36bf Mon Sep 17 00:00:00 2001 From: Adam Waldron Date: Wed, 29 Jan 2025 11:35:56 -0800 Subject: [PATCH] fix: ci --- .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 3d61203..bc83470 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: GabrielBB/xvfb-action@v1 + uses: coactions/setup-xvfb@v1 with: run: npm run test