Skip to content

Commit 6f3b566

Browse files
committed
chore: update mongodb binary version
1 parent 2f3b052 commit 6f3b566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const mongoist = require('mongoist');
55

66
function start() {
77
return new MongoMemoryServer({
8-
binary: { version: '5.0.18' },
8+
binary: { version: '5.0.28' },
99
});
1010
}
1111

0 commit comments

Comments
 (0)