diff --git a/images/macos/provision/core/node.sh b/images/macos/provision/core/node.sh index 8d4172a52..0eb110cf2 100644 --- a/images/macos/provision/core/node.sh +++ b/images/macos/provision/core/node.sh @@ -26,7 +26,7 @@ if is_Less_Catalina; then echo Installing App Center CLI... npm install -g appcenter-cli@^1.0.0 else - # Install Node.JS 12 for macOS >= 10.15 + # Install Node.js 14 for macOS >= 10.15 brew_smart_install "node@14" brew link node@14 --force diff --git a/images/macos/toolsets/toolset-10.14.json b/images/macos/toolsets/toolset-10.14.json index 69e8cbb61..43102f861 100644 --- a/images/macos/toolsets/toolset-10.14.json +++ b/images/macos/toolsets/toolset-10.14.json @@ -284,7 +284,6 @@ "platform" : "darwin", "arch": "x64", "versions": [ - "8.*", "10.*", "12.*", "14.*" @@ -296,8 +295,6 @@ "arch": "x64", "platform" : "darwin", "versions": [ - "1.11.*", - "1.12.*", "1.13.*", "1.14.*", "1.15.*" diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index df07c40b1..294b9d1eb 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -221,7 +221,6 @@ "platform" : "darwin", "arch": "x64", "versions": [ - "8.*", "10.*", "12.*", "14.*"