[Ubuntu] Pin MongoDB to the specific version defined in the toolset (#4447)

This commit is contained in:
Maksim Shilov
2021-11-10 19:30:25 +03:00
committed by GitHub
parent 44b6734000
commit 41c947a8f0
4 changed files with 18 additions and 7 deletions

View File

@@ -329,5 +329,8 @@
"name": "yarn",
"command": "yarn"
}
]
],
"mongodb": {
"version": "5"
}
}