From 10027053fa80275f432a028b34e43c38f0d5b25d Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Fri, 28 Jun 2024 14:57:26 +0100 Subject: [PATCH] Update .github/workflows/test.yml Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0697c6b6e..455887063 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: - name: ESLint run: | - npx --package=eslint -- eslint -c .eslintrc.js sphinx/ + npx --package=eslint@8.x -- eslint -c .eslintrc.js sphinx/ - name: MyPy run: |