Skip to content

Commit db55860

Browse files
committed
ci: uninstall more packages for inf. loop
1 parent 4cfd5e2 commit db55860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verifications.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
# see https://github.com/npm/cli/issues/7349
6868
- if: ${{ matrix.eslint == 9 }}
69-
run: npm un eslint-plugin-jest eslint-doc-generator
69+
run: npm un @typescript-eslint/eslint-plugin eslint-plugin-jest eslint-doc-generator
7070

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

0 commit comments

Comments
 (0)