Replace deprecated action

This commit is contained in:
Nick McCurdy 2023-09-12 22:36:34 -04:00
parent b6a1ffd4b5
commit 96ba6f25cc

View File

@ -28,6 +28,6 @@ jobs:
- name: Lint - name: Lint
run: pnpm run lint:all run: pnpm run lint:all
- name: Test - name: Test
uses: GabrielBB/xvfb-action@v1 uses: coactions/setup-xvfb@v1
with: with:
run: pnpm run test:all run: pnpm run test:all