From b3852fe5b9f944ac09012a1d4868d20b9fd964f5 Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Sat, 30 Sep 2023 09:04:14 +0200 Subject: [PATCH] [windows] add node v20 (#8406) --- 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 333cea425..77c6887ed 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -61,7 +61,8 @@ "versions": [ "14.*", "16.*", - "18.*" + "18.*", + "20.*" ] }, { diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index 4135324a8..675789710 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -58,7 +58,8 @@ "versions": [ "14.*", "16.*", - "18.*" + "18.*", + "20.*" ] }, {