From 4bcdf72184a552e7e2b823bb0b7ab6e677f53b47 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 21 Feb 2024 09:17:44 +0000 Subject: [PATCH] Update setup-xvfb action to fix node16 deprecation warning (#1511) --- .github/workflows/build_and_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 4d1ac5b..8871fd0 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -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' || '' }}"