From f0d477c644d7065cd9dd0b93d3adddbad730e5b2 Mon Sep 17 00:00:00 2001 From: Natalia Smirnova <> Date: Tue, 20 Feb 2024 19:12:52 -0500 Subject: [PATCH] Run only for node 20 --- .github/workflows/ci.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f400441..0f7f7576 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node: [18, 20] + node: [20] runs-on: ubuntu-latest steps: - name: Checkout code @@ -33,16 +33,3 @@ jobs: github-token: ${{ secrets.COVERALLS_TOKEN }} path-to-lcov: ./coverage/lcov.info debug: true - flag-name: run-${{ join(matrix.*, '-') }} - parallel: true - - finish: - needs: build - if: ${{ always() }} - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@v2 - with: - parallel-finished: true - carryforward: "run-18,run-20" \ No newline at end of file