Skip to content

Commit 75d8d24

Browse files
committed
style(MongoBinaryDownloadUrl): add todo for ubuntu "14" default
1 parent 1a1bfa7 commit 75d8d24

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

+1
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
461461
return 'ubuntu2004';
462462
}
463463

464+
// TODO: change or remove "14" default, since it no-longer is supported above 4.0
464465
// the "04" version always exists for ubuntu, use that as default
465466
return `ubuntu${ubuntuYear || 14}04`;
466467
}

0 commit comments

Comments
 (0)