We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2162e commit 1cbaa2fCopy full SHA for 1cbaa2f
1 file changed
.github/workflows/type-check.yml
@@ -33,9 +33,19 @@ jobs:
33
- es2020
34
- esnext
35
exclude:
36
- # ESLint 10 types require TS >= 4.1 (mapped type `as`).
+ # ESLint 10 jobs are only run with TS >= 5.0.
37
- eslint_version: '10'
38
ts_version: '4.0'
39
+ - eslint_version: '10'
40
+ ts_version: 4.1
41
42
+ ts_version: 4.2
43
44
+ ts_version: 4.3
45
46
+ ts_version: 4.4
47
48
+ ts_version: 4.5
49
steps:
50
- uses: actions/checkout@v4
51
with:
0 commit comments