We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a8d62 commit a3fa03bCopy full SHA for a3fa03b
.github/workflows/nodejs.yml
@@ -45,7 +45,7 @@ jobs:
45
run: yarn test --coverage ${{ matrix.eslint-version >= 6 }}
46
env:
47
CI: true
48
- - uses: codecov/[email protected].12
+ - uses: codecov/[email protected].13
49
if: ${{ matrix.eslint-version >= 6 }}
50
test-os:
51
name: Test on ${{ matrix.os }} using Node.js LTS
0 commit comments