Skip to content

Commit 919ff36

Browse files
committed
fix codecov if clause
1 parent 9cc8050 commit 919ff36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- run: npm run test
2626

2727
- uses: codecov/codecov-action@v1
28-
if: ${{ matrix.node-version == 12 }}
28+
if: matrix.node-version == '12.x'
2929
with:
3030
file: ./coverage/lcov.info

0 commit comments

Comments
 (0)