From e153c68b167886c99f662ee43e54bd3c1aaaff91 Mon Sep 17 00:00:00 2001 From: David Hyde Date: Thu, 22 Feb 2024 17:36:51 -0600 Subject: [PATCH] [chore] Run coveralls CI check on Node 20 not 16 (#2418) --- .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 }}