Skip to content

Commit 34b23e6

Browse files
chore(deps): update codecov/codecov-action action to v2.1.0 (#895)
1 parent 637249b commit 34b23e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: yarn test --coverage ${{ matrix.eslint-version >= 6 }}
8888
env:
8989
CI: true
90-
- uses: codecov/codecov-action@v2.0.3
90+
- uses: codecov/codecov-action@v2.1.0
9191
if: ${{ matrix.eslint-version >= 6 }}
9292
test-os:
9393
name: Test on ${{ matrix.os }} using Node.js LTS

0 commit comments

Comments
 (0)