From 4c67970f910bb604e8de7b26e481c7402e46613a Mon Sep 17 00:00:00 2001 From: hemanthmanga <166606741+hemanthmanga@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:13:46 +0530 Subject: [PATCH] [Ubuntu] Adding latest Node.js version 22* . (#10811) --- images/ubuntu/toolsets/toolset-2004.json | 5 ++++- images/ubuntu/toolsets/toolset-2204.json | 5 ++++- images/ubuntu/toolsets/toolset-2404.json | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index 4f25ed1a2..3213634c5 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -36,7 +36,8 @@ "versions": [ "16.*", "18.*", - "20.*" + "20.*", + "22.*" ] }, { @@ -223,9 +224,11 @@ "node:16", "node:18", "node:20", + "node:22", "node:16-alpine", "node:18-alpine", "node:20-alpine", + "node:22-alpine", "ubuntu:20.04" ], "components": [ diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 2b074666c..67fe14fa6 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -34,7 +34,8 @@ "versions": [ "16.*", "18.*", - "20.*" + "20.*", + "22.*" ] }, { @@ -221,9 +222,11 @@ "node:16", "node:18", "node:20", + "node:22", "node:16-alpine", "node:18-alpine", "node:20-alpine", + "node:22-alpine", "ubuntu:20.04", "ubuntu:22.04" ], diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index 765dcf70f..a4f7b857e 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -29,7 +29,8 @@ "arch": "x64", "versions": [ "18.*", - "20.*" + "20.*", + "22.*" ] }, {