Skip to content

Commit 01a6bc6

Browse files
committed
fix(MongoBinaryDownloadUrl): add case for Linux Mint 20
1 parent 8ed51ea commit 01a6bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ export default class MongoBinaryDownloadUrl {
259259
case 18:
260260
name += '1604';
261261
break;
262+
case 20: // because "1804" binaries also work on "2004" (and because earlier versions than 4.4 are not available in "2004")
262263
case 19:
263264
default:
264265
// a default to support versions > 19

0 commit comments

Comments
 (0)