Skip to content

Commit ece3c8e

Browse files
committed
Fix CI: use our tsc
1 parent 3901879 commit ece3c8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
5959
- run: npm i
6060
- name: Typescript checks
61-
run: tsc --noEmit
61+
run: npx tsc --noEmit

0 commit comments

Comments
 (0)