From f3d9d2381b99bb6fb6267167c6e51d9b0995fd1e Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Thu, 27 Oct 2022 18:15:23 +0200 Subject: [PATCH] [macOS] add Node 18 to toolcache (#6479) --- images/macos/toolsets/toolset-10.15.json | 6 ++++-- images/macos/toolsets/toolset-11.json | 6 ++++-- images/macos/toolsets/toolset-12.json | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 1a07506f..13cd3d0d 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -279,7 +279,8 @@ "versions": [ "12.*", "14.*", - "16.*" + "16.*", + "18.*" ] }, { @@ -338,7 +339,8 @@ "nvm_versions": [ "12", "14", - "16" + "16", + "18" ] }, "llvm": { diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index ee40b4a7..42384574 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -272,7 +272,8 @@ "versions": [ "12.*", "14.*", - "16.*" + "16.*", + "18.*" ] }, { @@ -333,7 +334,8 @@ "nvm_versions": [ "12", "14", - "16" + "16", + "18" ] }, "llvm": { diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index cc192043..d1d180a1 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -230,7 +230,8 @@ "versions": [ "12.*", "14.*", - "16.*" + "16.*", + "18.*" ] }, {