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 af8e78c commit 23b8a2aCopy full SHA for 23b8a2a
.github/workflows/nodejs.yml
@@ -87,7 +87,7 @@ jobs:
87
run: yarn test --coverage ${{ matrix.eslint-version >= 6 }}
88
env:
89
CI: true
90
- - uses: codecov/codecov-action@v1.5.2
+ - uses: codecov/codecov-action@v2.0.2
91
if: ${{ matrix.eslint-version >= 6 }}
92
test-os:
93
name: Test on ${{ matrix.os }} using Node.js LTS
0 commit comments