Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Mar 14, 2020
1 parent 7847045 commit 0c5314a
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 @@ -14,10 +14,10 @@ jobs:
node-version: [ 10.x, 12.x, 13.x ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
version: ${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: ./node_modules/.bin/nyc --reporter=lcovonly npm test
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 0c5314a

Please sign in to comment.