Skip to content

Commit

Permalink
ci: force install for now
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Aug 14, 2024
1 parent 64745f1 commit 5f06ebe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:

- name: Install dependencies
uses: bahmutov/npm-install@v1
with:
install-command: npm ci --force

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

0 comments on commit 5f06ebe

Please sign in to comment.