Skip to content

Commit

Permalink
chore: update mongodb binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
hishank committed Aug 13, 2024
1 parent 2f3b052 commit 6f3b566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const mongoist = require('mongoist');

function start() {
return new MongoMemoryServer({
binary: { version: '5.0.18' },
binary: { version: '5.0.28' },
});
}

Expand Down

0 comments on commit 6f3b566

Please sign in to comment.