Skip to content

Commit

Permalink
ci: try to downgrade mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
coratgerl committed Sep 4, 2024
1 parent f003da7 commit 5659615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wabe-mongodb-launcher/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const runDatabase = async () => {

const res = await MongoMemoryReplSet.create({
binary: {
version: '7.0.11',
version: '6.0.9',
},
instanceOpts: [
{
Expand Down

0 comments on commit 5659615

Please sign in to comment.