Skip to content

Commit

Permalink
Merge branch 'main' into feat/academic_zone_admin
Browse files Browse the repository at this point in the history
  • Loading branch information
naustra authored Oct 14, 2024
2 parents caded3d + 3f01618 commit 557bb03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-api-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
with:
node-version: 18.x

- name: Start MongoDB 6.0
- name: Start MongoDB 7.0
if: steps.changes.outputs.src == 'true'
uses: supercharge/[email protected]
with:
mongodb-version: "6.0"
mongodb-version: "7.0"

- uses: actions/cache@v4
id: cache-npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
node-version: 18.x

- name: Start MongoDB 6.0
- name: Start MongoDB 7.0
uses: supercharge/[email protected]
with:
mongodb-version: "6.0"
mongodb-version: "7.0"

- uses: actions/cache@v4
id: cache-npm
Expand Down
2 changes: 1 addition & 1 deletion api/docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mongo:
image: mongo:6
image: mongo:7
ports:
- "27017:27017"
volumes:
Expand Down

0 comments on commit 557bb03

Please sign in to comment.