Skip to content

Commit f642ebc

Browse files
committed
Re-add TS 4.7+, I think I can make it work
1 parent 2f8cf9e commit f642ebc

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
fail-fast: false
103103
matrix:
104104
ts-version:
105+
- 4.7
106+
- 4.8
107+
- 4.9
105108
- 5.0
106109
- 5.1
107110
- 5.2
@@ -121,6 +124,9 @@ jobs:
121124
- name: install TS version
122125
working-directory: addon
123126
run: pnpm add --save-dev typescript@${{matrix.ts-version}}
124-
- name: test types
127+
- name: own types
125128
working-directory: addon
126-
run: pnpm lint:ts
129+
run: pnpm tsc --noEmit
130+
- name: public types
131+
working-directory: addon
132+
run: pnpm tsc --noEmit --project type-tests

0 commit comments

Comments
 (0)