From 3cad66317f753ae16d5d0da84a66e55f0d085cc9 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Thu, 27 Oct 2022 18:15:47 +0200 Subject: [PATCH] [Windows] add Node 18 to toolcache (#6481) --- images/win/toolsets/toolset-2019.json | 3 ++- images/win/toolsets/toolset-2022.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index d9891b478..761603cee 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -65,7 +65,8 @@ "versions": [ "12.*", "14.*", - "16.*" + "16.*", + "18.*" ] }, { diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index b174564bf..e4ec9ba16 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -57,7 +57,8 @@ "versions": [ "12.*", "14.*", - "16.*" + "16.*", + "18.*" ] }, {