Skip to content

Commit

Permalink
ci: try updating npm to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Aug 15, 2024
1 parent 6807bff commit cc70c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

# see https://github.com/npm/cli/issues/7349
- if: ${{ matrix.eslint == 9 }}
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

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

0 comments on commit cc70c5b

Please sign in to comment.