Skip to content

Commit 1dc6618

Browse files
committed
ci: uninstall some packages for v9 to avoid an npm inf. loop bug
1 parent 6316f92 commit 1dc6618

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
@@ -64,6 +64,10 @@ jobs:
6464
with:
6565
install-command: npm ci --force
6666

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

0 commit comments

Comments
 (0)