From 2ccc05d5eda352fef707352e17f3a3e3b44d0093 Mon Sep 17 00:00:00 2001 From: hemanthmanga <166606741+hemanthmanga@users.noreply.github.com> Date: Sat, 31 May 2025 02:35:28 +0530 Subject: [PATCH] [Windows 22] Update Node.js version 20 as the default. (#12280) --- images/windows/toolsets/toolset-2022.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index fffb6b0e2..89fbbf663 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -341,7 +341,7 @@ ] }, "node": { - "default": "18.*" + "default": "20.*" }, "maven": { "version": "3.9"