From ddd614c1e1cf3847667ab23af0368b1ca8e33ef6 Mon Sep 17 00:00:00 2001 From: Mathias Schreck Date: Fri, 19 Apr 2024 09:15:30 +0200 Subject: [PATCH] Run tests against latest ESLint 8.x version --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ba0f40..99316a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: - name: Run tests run: npm test timeout-minutes: 20 + - name: Run tests with latest ESLint 8.x + run: 'npm i -D eslint@8.57.0 && npm test' - name: Coveralls uses: coverallsapp/github-action@master with: