We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm
1 parent 6807bff commit cc70c5bCopy full SHA for cc70c5b
.github/workflows/verifications.yml
@@ -65,7 +65,7 @@ jobs:
65
66
# see https://github.com/npm/cli/issues/7349
67
- if: ${{ matrix.eslint == 9 }}
68
- run: npm un @typescript-eslint/parser eslint-plugin-jest eslint-docs-generator
+ run: npm i -g npm && npm un @typescript-eslint/parser eslint-plugin-jest eslint-docs-generator
69
70
- name: Install ESLint v${{ matrix.eslint }}
71
run: npm install --no-save --force eslint@${{ matrix.eslint }}
0 commit comments