[Windows] pin mysql release version in toolset (#4590)

This commit is contained in:
Mikhail Koliada
2021-11-26 11:52:02 +03:00
committed by GitHub
parent acc3d7cc0d
commit 8922c7b5bf
5 changed files with 15 additions and 12 deletions

View File

@@ -305,8 +305,9 @@
"node": {
"default": "16"
},
"Mysql": {
"version": "8.0"
"mysql": {
"major_version": "8.0",
"full_version": "8.0.26"
},
"mongodb": {
"version": "5.0"