From 76bde3e8ce88f68cfa99b629ea885147791bbcd4 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Wed, 3 Jul 2024 13:27:48 +0100 Subject: [PATCH] . --- .github/workflows/test.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0697c6b6e..973ede116 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,15 @@ jobs: - name: ESLint run: | - npx --package=eslint -- eslint -c .eslintrc.js sphinx/ + npx \ + --package=eslint@8.x \ + --package eslint-plugin-import@^2.22.1, \ + --package eslint-plugin-node@^11.1.0, \ + --package eslint-plugin-promise@^4.2.1, \ + --package eslint-plugin-standard@^5.0.0 \ + --package eslint@^7.14.0, \ + --package eslint-config-standard@^14.1.1 \ + -- eslint -c .eslintrc.js sphinx/ - name: MyPy run: |