From b9533792b3888c52c63bc4c6a04f6096f084b7ea Mon Sep 17 00:00:00 2001 From: sagie gur ari Date: Sun, 17 Oct 2021 13:00:03 +0000 Subject: [PATCH] build --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 492ed6e..ea42006 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: ['10.x', '12.x', '14.x'] + node-version: ['12.x', '14.x'] steps: - name: Checkout uses: actions/checkout@v2 @@ -25,4 +25,4 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: './target/coverage/report/lcov.info' + path-to-lcov: './coverage/lcov.info'