From 9695e499f2d7013224729125081d66d4277a366c Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Fri, 22 Sep 2023 08:57:28 -0400 Subject: [PATCH] Replace deprecated action (#1487) * Use default Node version in CI GitHub's default Node version doesn't require additional downloads or installations. Currently the LTS and default version are similar, but I think it would be best to stay consistent with the other repositories. * Replace deprecated action * Revert "Use default Node version in CI" This reverts commit b6a1ffd4b5f0de06d46d6c0b807d3f6d3889014d. --- .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 dd2c4faa..a7bcf401 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,6 +29,6 @@ jobs: - name: Lint run: pnpm run lint:all - name: Test - uses: GabrielBB/xvfb-action@v1 + uses: coactions/setup-xvfb@v1 with: run: pnpm run test:all