Skip to content

Commit cdb2652

Browse files
committed
Try add the problem register for TSC only on node 12
1 parent f231198 commit cdb2652

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
# Re: https://github.com/actions/setup-node/pull/125
3737
- name: Register Problem Matcher for TSC
3838
run: echo "##[add-matcher].github/tsc.json"
39+
if: (contains(matrix.node-version, '12')
40+
3941

4042
- name: Tests
4143
run: npm test -- --no-lint

0 commit comments

Comments
 (0)