From 3db59145762f04612834b7e8b9fe12d393aa84db Mon Sep 17 00:00:00 2001 From: mauwii Date: Sat, 16 Sep 2023 15:41:19 +0200 Subject: [PATCH] update node default version to 20 --- linux/ubuntu/toolsets/2004.json | 2 +- linux/ubuntu/toolsets/2204.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ubuntu/toolsets/2004.json b/linux/ubuntu/toolsets/2004.json index 662c7d9..f8b5df8 100644 --- a/linux/ubuntu/toolsets/2004.json +++ b/linux/ubuntu/toolsets/2004.json @@ -239,7 +239,7 @@ "binary_name": "selenium-server" }, "node": { - "default": "18" + "default": "20" }, "node_modules": [ { diff --git a/linux/ubuntu/toolsets/2204.json b/linux/ubuntu/toolsets/2204.json index 658f989..48c69d6 100644 --- a/linux/ubuntu/toolsets/2204.json +++ b/linux/ubuntu/toolsets/2204.json @@ -239,7 +239,7 @@ "binary_name": "selenium-server" }, "node": { - "default": "18" + "default": "20" }, "node_modules": [ {