Skip to content

Commit

Permalink
Run only for node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalia Smirnova committed Feb 21, 2024
1 parent 2d6e7e9 commit f0d477c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node: [18, 20]
node: [20]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -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"

0 comments on commit f0d477c

Please sign in to comment.