From 4aec696b7e3463ecd701ba59a533daf639ee337e Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 29 Feb 2020 19:26:32 -0500 Subject: [PATCH] ci: restrict codecov to n12 --- .github/workflows/nodejs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 70bd3da..f2e1244 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -30,6 +30,7 @@ jobs: - run: yarn - run: yarn test:coverage - name: Coverage + if: ${{ matrix.node-version }} == 12.x uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }}