[macOS] remove node12 and sync nvm18 (#6553)

This commit is contained in:
Mikhail Koliada
2022-11-11 22:05:25 +01:00
committed by GitHub
parent 6cb8956275
commit bb5b6307df
3 changed files with 2 additions and 7 deletions

View File

@@ -277,7 +277,6 @@
"platform" : "darwin",
"arch": "x64",
"versions": [
"12.*",
"14.*",
"16.*",
"18.*"
@@ -337,7 +336,6 @@
"node": {
"default": "16",
"nvm_versions": [
"12",
"14",
"16",
"18"

View File

@@ -270,7 +270,6 @@
"platform" : "darwin",
"arch": "x64",
"versions": [
"12.*",
"14.*",
"16.*",
"18.*"
@@ -333,7 +332,6 @@
"node": {
"default": "16",
"nvm_versions": [
"12",
"14",
"16",
"18"

View File

@@ -235,7 +235,6 @@
"platform" : "darwin",
"arch": "x64",
"versions": [
"12.*",
"14.*",
"16.*",
"18.*"
@@ -294,9 +293,9 @@
"node": {
"default": "16",
"nvm_versions": [
"12",
"14",
"16"
"16",
"18"
]
},
"llvm": {