From ed945f347e0e22671f63ab5e37baac4c2d147baf Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Thu, 10 Nov 2022 21:02:03 +0300 Subject: [PATCH] [Windows] Remove Node 12 from toolcache (#6536) --- images/win/toolsets/toolset-2019.json | 1 - images/win/toolsets/toolset-2022.json | 1 - 2 files changed, 2 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 2775080b..25a3bccb 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -63,7 +63,6 @@ "arch": "x64", "platform" : "win32", "versions": [ - "12.*", "14.*", "16.*", "18.*" diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index 74bdb427..06aa96db 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -55,7 +55,6 @@ "arch": "x64", "platform" : "win32", "versions": [ - "12.*", "14.*", "16.*", "18.*"