Skip to content

Commit 95bcceb

Browse files
TASK Add version logging to tsc commands in workflow
1 parent fcb11ac commit 95bcceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stage-1-commit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ jobs:
148148
npm ci --strict-peer-deps
149149
- name: "Check types with tsc"
150150
run: |
151+
which tsc
152+
tsc --version
151153
tsc --noEmit
152154
- name: "Run linting check"
153155
run: |

0 commit comments

Comments
 (0)