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 8b3fc82 commit 33550e4Copy full SHA for 33550e4
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
env:
50
CI: true
51
- name: Send codecov.io stats
52
- if: matrix.node-version == '12.x'
+ if: matrix.node-version == '14.x'
53
uses: codecov/codecov-action@v3
54
55
publish:
0 commit comments