Skip to content

Commit

Permalink
[actions] update codecov uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 14, 2021
1 parent afd9018 commit 8bdc993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm run tests-only
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2

minors:
needs: [matrix, latest]
Expand All @@ -48,7 +48,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm run tests-only
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2

node:
name: "node 14+"
Expand Down

0 comments on commit 8bdc993

Please sign in to comment.