Skip to content

Commit cc70c5b

Browse files
committed
ci: try updating npm to latest
1 parent 6807bff commit cc70c5b

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
@@ -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 eslint-plugin-jest eslint-docs-generator
68+
run: npm i -g npm && 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)