Skip to content

Commit

Permalink
fix: replace deprecated action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkio authored May 17, 2023
1 parent 6c241a4 commit cb32ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Run headless test
uses: GabrielBB/xvfb-action@v1

This comment has been minimized.

uses: coactions/setup-xvfb@v1
with:
run: npm test

0 comments on commit cb32ec6

Please sign in to comment.