We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9e132 commit 316c03aCopy full SHA for 316c03a
1 file changed
.github/workflows/node.js.yml
@@ -68,7 +68,7 @@ jobs:
68
git checkout yarn.lock
69
- name: run tests
70
run: yarn cover
71
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v2
72
if: ${{ always() }}
73
test-os:
74
name: Test on ${{ matrix.os }} using Node.js LTS
0 commit comments