Skip to content

Commit 0140b3d

Browse files
committed
Remove TypeScript ESLint 5-7 from workflow matrix
1 parent 0042992 commit 0140b3d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/eslint-9+.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- 9
3434
- 8
3535
typescript-eslint:
36-
- 5
37-
- 6
38-
- 7
3936
- 8
4037
exclude:
4138
# ESLint 10 supports Node.js 20+.
@@ -45,14 +42,6 @@ jobs:
4542
node-version: 19
4643
- eslint: 10
4744
babel-eslint: 8
48-
- eslint: 9
49-
typescript-eslint: 5
50-
- eslint: 9
51-
typescript-eslint: 6
52-
- eslint: 9
53-
typescript-eslint: 7
54-
- node-version: 19
55-
typescript-eslint: 7
5645

5746
steps:
5847
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)