[MacOS] Rework NodeJS install (#4380)

This commit is contained in:
Nikolay Frolov
2021-11-09 17:49:30 +03:00
committed by GitHub
parent fa41b676c7
commit 58ce149ebf
7 changed files with 44 additions and 5 deletions

View File

@@ -284,5 +284,13 @@
},
"go": {
"default": "1.15"
},
"node": {
"default": "14",
"nvm_versions": [
"10",
"12",
"14"
]
}
}