Skip to content

Commit 5fa8a9e

Browse files
authored
ci: Add Node 18 for ESlint 8 only (#360)
1 parent 91345d9 commit 5fa8a9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
matrix:
99
eslint: [7, 8]
1010
node: [12.22.0, 12, 14.17.0, 14, 16]
11+
include:
12+
- eslint: 8
13+
node: 18
1114
runs-on: ubuntu-latest
1215
steps:
1316
- name: 🛑 Cancel Previous Runs

0 commit comments

Comments
 (0)