Skip to content

Commit 704d8ac

Browse files
committed
ci: remove dev dependency on @typescript-eslint/parser before installing v9
1 parent b3f3a57 commit 704d8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
useLockFile: false
5757

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

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

0 commit comments

Comments
 (0)