Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Oct 17, 2021
1 parent e8f4df4 commit b953379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

0 comments on commit b953379

Please sign in to comment.