Skip to content

Commit

Permalink
Try fixing the GitHub ESLint runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fnwbr authored Apr 18, 2024
1 parent d0579c4 commit abaece4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install ESLint
run: |
npm install eslint@8.10.0
npm install eslint@^8.56.0
npm install @microsoft/eslint-formatter-sarif@2.1.7
- name: Run ESLint
Expand Down

0 comments on commit abaece4

Please sign in to comment.