Skip to content

Commit

Permalink
fix(npm): force install
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenWesterlaken committed Mar 30, 2022
1 parent b25ae6c commit 1998efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Install package dependencies
- name: Install
run: npm install
run: npm i -f

# Run tests
- name: Test
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
mongodb-version: 4.2

- name: Install
run: npm i
run: npm i -f

- name: Release
run: npm run semantic-release && npm run coveralls
Expand Down

0 comments on commit 1998efc

Please sign in to comment.