Skip to content

Commit

Permalink
Update setup-xvfb action to fix node16 deprecation warning (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Feb 21, 2024
1 parent 1366a55 commit 4bcdf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
RUN_AS: ${{ runner.os == 'Linux' && 'sudo' || '' }}

- name: Run tests
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
timeout-minutes: 5
with:
run: "yarn test ${{ runner.os != 'Linux' && '--ignore-snapshots' || '' }}"
Expand Down

0 comments on commit 4bcdf72

Please sign in to comment.