Skip to content

Commit fe6f534

Browse files
committed
ci: uninstall some packages for v9 to avoid an npm inf. loop bug
1 parent 0d6bb40 commit fe6f534

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/verifications.yml

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
- name: Install dependencies
6464
run: npm install
6565

66+
# see https://github.com/npm/cli/issues/7349
67+
- if: ${{ matrix.eslint == 9 }}
68+
run: npm un eslint-plugin-jest eslint-doc-generator
69+
6670
- name: Install ESLint v${{ matrix.eslint }}
6771
run: npm install --no-save --force eslint@${{ matrix.eslint }}
6872

0 commit comments

Comments
 (0)