Skip to content

Commit

Permalink
ci: remove dev dependency on @typescript-eslint/parser before insta…
Browse files Browse the repository at this point in the history
…lling v9
  • Loading branch information
G-Rath committed Apr 19, 2024
1 parent aced922 commit 407d2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
useLockFile: false

- if: ${{ matrix.eslint == 9 }}
run: npm i -g npm@latest
run: npm un @typescript-eslint/parser

- name: Install ESLint v${{ matrix.eslint }}
run: npm install --no-save --force eslint@${{ matrix.eslint }}
Expand Down

0 comments on commit 407d2e5

Please sign in to comment.