From bc6c8131b57bc748143a152c5cccf1376c3bdaf1 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Sun, 12 Feb 2023 19:42:41 +0100 Subject: [PATCH] [Windows] set node 18 as default (#7092) --- images/win/toolsets/toolset-2019.json | 2 +- images/win/toolsets/toolset-2022.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 58797cf7..62baee08 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -476,7 +476,7 @@ ] }, "node": { - "default": "16" + "default": "18" }, "mysql": { "version": "5.7" diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index d623766b..bf05a09a 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -386,7 +386,7 @@ ] }, "node": { - "default": "16" + "default": "18" }, "mysql": { "version": "8.0"