Skip to content

Commit ac98c63

Browse files
chore: also test ESLint v7 on Node v18 (#364)
1 parent b431e46 commit ac98c63

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
eslint: [7, 8]
10-
node: [12.22.0, 12, 14.17.0, 14, 16]
11-
include:
12-
- eslint: 8
13-
node: 18
10+
node: [12.22.0, 12, 14.17.0, 14, 16, 18]
1411
runs-on: ubuntu-latest
1512
steps:
1613
- name: 🛑 Cancel Previous Runs

0 commit comments

Comments
 (0)