Skip to content

Commit 3ab83b8

Browse files
committed
ci: remove dev dependency on @typescript-eslint/parser before installing v9
1 parent 01481e7 commit 3ab83b8

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
@@ -58,7 +58,7 @@ jobs:
5858
useLockFile: false
5959

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

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

0 commit comments

Comments
 (0)