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 637249b commit 34b23e6Copy full SHA for 34b23e6
.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@v2.0.3
+ - uses: codecov/codecov-action@v2.1.0
91
if: ${{ matrix.eslint-version >= 6 }}
92
test-os:
93
name: Test on ${{ matrix.os }} using Node.js LTS
0 commit comments