Skip to content

Commit 898a432

Browse files
committedJul 25, 2022
ci: run tests on ESLint 5
1 parent 810ee86 commit 898a432

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
node: 18
6363
eslint: "4.7"
6464

65+
# ESLint 5 support: lowest version we can use to test external html plugins support
66+
- os: ubuntu-latest
67+
node: 18
68+
eslint: "5.0"
69+
6570
# Upcoming ESLint major version support
6671
- os: ubuntu-latest
6772
node: 18

0 commit comments

Comments
 (0)
Please sign in to comment.