We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e7b65 commit 95d2e47Copy full SHA for 95d2e47
.github/workflows/node.js.yml
@@ -52,7 +52,7 @@ jobs:
52
git checkout yarn.lock
53
- name: run tests
54
run: yarn cover
55
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v3
56
if: ${{ always() }}
57
test-os:
58
name: Test on ${{ matrix.os }} using Node.js LTS
0 commit comments