From 06e844f2994d8e225a59e20ff401d072c25b8c15 Mon Sep 17 00:00:00 2001 From: hemanthmanga <166606741+hemanthmanga@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:34:42 +0530 Subject: [PATCH] Adding Node.js latest version 22 (#10922) Co-authored-by: Hemanth Manga --- images/windows/toolsets/toolset-2019.json | 3 ++- images/windows/toolsets/toolset-2022.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 553d8a18d..c562027b8 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -61,7 +61,8 @@ "versions": [ "16.*", "18.*", - "20.*" + "20.*", + "22.*" ] }, { diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 83febd6d3..990ed6033 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -60,7 +60,8 @@ "versions": [ "16.*", "18.*", - "20.*" + "20.*", + "22.*" ] }, {