From 7e760e52547a9ee6a94c66b37d3eb61aa4517a17 Mon Sep 17 00:00:00 2001 From: mvarendorff Date: Mon, 7 Oct 2024 11:39:18 +0200 Subject: [PATCH] chore: remove ESLint 9 from compatibility --- .github/workflows/check-compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-compatibility.yml b/.github/workflows/check-compatibility.yml index d619659..0067f7b 100644 --- a/.github/workflows/check-compatibility.yml +++ b/.github/workflows/check-compatibility.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: node: [20, 22] - eslint: [8, 9] + eslint: [9] steps: - uses: actions/checkout@v4