Skip to content

Commit

Permalink
Remove MongoDB github action and update mongodb version used in jest-…
Browse files Browse the repository at this point in the history
…mongodb (#119)

* Update MongoDB github action to 1.12.0

* Update @shelf/jest-mongodb

* attempt newer version of mongodb in memory

* try no mongodb action

* fully removed mongodb action that is not needed
  • Loading branch information
hossenlopp authored Jan 14, 2025
1 parent 1f0fdbc commit 26d4c63
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 91 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
strategy:
matrix:
node-version: [18.x]
mongodb-version: ["6.0"]

steps:
- uses: actions/checkout@v2
Expand All @@ -18,11 +17,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Use MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: ${{ matrix.mongodb-version }}

- name: Setup Dependencies
run: npm ci

Expand Down
Loading

0 comments on commit 26d4c63

Please sign in to comment.