diff --git a/.github/workflows/node.js.yaml b/.github/workflows/node.js.yaml index 4816172..a06f060 100644 --- a/.github/workflows/node.js.yaml +++ b/.github/workflows/node.js.yaml @@ -46,6 +46,7 @@ jobs: - name: Generate lcov file run: yarn nyc report --reporter=text-lcov > coverage.lcov + if: ${{ matrix.node-version == '20.x' }} - name: Push coverage uses: codecov/codecov-action@v3