Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,22 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18, 20]
node: [18, 20, 22, 24]
eslint: [latest]
include:
# ESLint 4.7 support: lowest version supported
- os: ubuntu-latest
node: 20
node: 24
eslint: "4.7"

# ESLint 5 support: lowest version we can use to test external html plugins support
- os: ubuntu-latest
node: 20
node: 24
eslint: "5.0"

# Upcoming ESLint major version support
- os: ubuntu-latest
node: 20
node: 24
eslint: next

# Node 16 support: use ESLint v8 becacuse they dropped node 16 support in v9. Will be
Expand All @@ -76,7 +76,7 @@ jobs:

# Windows support
- os: windows-latest
node: 20
node: 24
eslint: latest
steps:
- uses: actions/checkout@v4
Expand Down