From 7478eba21f5c6458b5a73abf03ad913fb3ec97cd Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 20 Apr 2024 09:00:08 +1200 Subject: [PATCH] ci: only test against latest versions of ESLint majors (#363) --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index fe2a1a8..79e607a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - eslint: [6.8.0, 6, 7.0.0, 7, 8.0.0, 8] + eslint: [6, 7, 8] node: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x] testing-library-dom: [8, 9] exclude: