From 891e9dbbb580e6c099f8503c96aa407a1e32b0f9 Mon Sep 17 00:00:00 2001 From: DABH Date: Thu, 22 Feb 2024 17:34:00 -0600 Subject: [PATCH] [chore] Run coveralls CI check on Node 20 not 16 --- .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 121214715..896a355db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Test Coverage run: npm run test:coverage - name: Report test coverage to Coveralls.io - if: matrix.node == '16' + if: matrix.node == '20' uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }}