Skip to content

Commit

Permalink
Merge pull request #121 from SvenWesterlaken/develop
Browse files Browse the repository at this point in the history
chore(packages): update npm packages
  • Loading branch information
SvenWesterlaken authored Mar 30, 2022
2 parents 15a821c + 5420360 commit a5aed91
Show file tree
Hide file tree
Showing 3 changed files with 16,376 additions and 2,698 deletions.
6 changes: 3 additions & 3 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 @@ -82,7 +82,7 @@ jobs:
mongodb-version: 4.2

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

- name: Release (dry)
run: npm run semantic-release-dry
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
Loading

0 comments on commit a5aed91

Please sign in to comment.