Skip to content

Commit 1cbaa2f

Browse files
committed
ci(type-check): limit ESLint 10 matrix to TypeScript 5+
1 parent 4b2162e commit 1cbaa2f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/type-check.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,19 @@ jobs:
3333
- es2020
3434
- esnext
3535
exclude:
36-
# ESLint 10 types require TS >= 4.1 (mapped type `as`).
36+
# ESLint 10 jobs are only run with TS >= 5.0.
3737
- eslint_version: '10'
3838
ts_version: '4.0'
39+
- eslint_version: '10'
40+
ts_version: 4.1
41+
- eslint_version: '10'
42+
ts_version: 4.2
43+
- eslint_version: '10'
44+
ts_version: 4.3
45+
- eslint_version: '10'
46+
ts_version: 4.4
47+
- eslint_version: '10'
48+
ts_version: 4.5
3949
steps:
4050
- uses: actions/checkout@v4
4151
with:

0 commit comments

Comments
 (0)