From 6f78fb80de644dcdce97a6a0ff3ef56eb102bb58 Mon Sep 17 00:00:00 2001 From: philschatz <253202+philschatz@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:15:27 +0000 Subject: [PATCH] update GitHub actions and node version --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a4ac2a10..1acb2899 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,10 +12,10 @@ jobs: timeout-minutes: 30 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: node-version: '14' - name: Setup @@ -43,7 +43,7 @@ jobs: run: | xvfb-run -a npm run test - name: Upload Code Coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 - name: Lint run: | npm run lint