Skip to content

Commit 6807bff

Browse files
committed
ci: uninstall different packages to break inf. loop in npm
1 parent da4170e commit 6807bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
# see https://github.com/npm/cli/issues/7349
6767
- if: ${{ matrix.eslint == 9 }}
68-
run: npm un @typescript-eslint/parser
68+
run: npm un @typescript-eslint/parser eslint-plugin-jest eslint-docs-generator
6969

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

0 commit comments

Comments
 (0)