diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index d28dd96..9ee18d9 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -32,8 +32,8 @@ jobs: - name: Install ESLint run: | - npm install eslint@8.10.0 - npm install @microsoft/eslint-formatter-sarif@3.1.0 + npm --legacy-peer-deps install eslint@8.10.0 + npm --legacy-peer-deps install @microsoft/eslint-formatter-sarif@3.1.0 - name: Run ESLint env: