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 363644f commit c2d75fcCopy full SHA for c2d75fc
.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/[email protected].2
+ - uses: codecov/[email protected].3
91
if: ${{ matrix.eslint-version >= 6 }}
92
test-os:
93
name: Test on ${{ matrix.os }} using Node.js LTS
0 commit comments