Skip to content

Commit

Permalink
ci: Add Node 18 for ESlint 8 only (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Sep 29, 2022
1 parent 91345d9 commit 5fa8a9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
matrix:
eslint: [7, 8]
node: [12.22.0, 12, 14.17.0, 14, 16]
include:
- eslint: 8
node: 18
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
Expand Down

0 comments on commit 5fa8a9e

Please sign in to comment.