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 9cc8050 commit 919ff36Copy full SHA for 919ff36
.github/workflows/build.yml
@@ -25,6 +25,6 @@ jobs:
25
- run: npm run test
26
27
- uses: codecov/codecov-action@v1
28
- if: ${{ matrix.node-version == 12 }}
+ if: matrix.node-version == '12.x'
29
with:
30
file: ./coverage/lcov.info
0 commit comments