Skip to content

Commit

Permalink
Merge pull request #59 from microsoft/dev/martinkamar/e2e-eslint8
Browse files Browse the repository at this point in the history
Run e2e tests with ESLint v8
  • Loading branch information
mkacmar authored Sep 20, 2024
2 parents 9e42eeb + 6f30b3c commit 3a9984f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/E2E integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install eslint for discord library and eslint-plugin-dependencies
run: |
npm i eslint
npm i eslint@8
npm i eslint-plugin-security
npm i eslint-plugin-react
npm i eslint-plugin-node
Expand Down

0 comments on commit 3a9984f

Please sign in to comment.