From e02b0b360d1d6b2e83abc7a68fa32cb32d94185e Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 7 Apr 2024 15:47:55 +1200 Subject: [PATCH] ci: always run against ESLint v9 --- .github/workflows/validate.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 86019c3..432ac63 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -26,18 +26,6 @@ jobs: node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18] testing-library-dom: [8, 9] exclude: - - eslint: 9 - node: 12.22.0 - - eslint: 9 - node: 12 - - eslint: 9 - node: 14.17.0 - - eslint: 9 - node: 14 - - eslint: 9 - node: 16.0.0 - - eslint: 9 - node: 16 - node: 12.22.0 testing-library-dom: 9 - node: 12