Skip to content

Commit

Permalink
fix mongodb version
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardAndress committed Jun 13, 2023
1 parent a85aa99 commit c803dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.8.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
mongodb-version: 6.0
- name: Install dependencies
run: npm install
- name: Start server
Expand Down

0 comments on commit c803dc8

Please sign in to comment.