From ce0d25371e48a7bac12ee537be9f24409198dc16 Mon Sep 17 00:00:00 2001 From: "Han Verstraete (OpenFaaS Ltd)" Date: Thu, 5 Jun 2025 19:01:10 +0200 Subject: [PATCH] Add node22 template Add node22 template and make it the recommended node template. Signed-off-by: Han Verstraete (OpenFaaS Ltd) --- templates.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/templates.json b/templates.json index 5549924..8223060 100644 --- a/templates.json +++ b/templates.json @@ -38,6 +38,16 @@ "official": "true", "recommended": true }, + { + "template": "node22", + "platform": "x86_64", + "language": "NodeJS", + "source": "openfaas", + "description": "HTTP-based Node 22 template", + "repo": "https://github.com/openfaas/templates", + "official": "true", + "recommended": true + }, { "template": "node20", "platform": "x86_64", @@ -46,7 +56,7 @@ "description": "HTTP-based Node 20 template", "repo": "https://github.com/openfaas/templates", "official": "true", - "recommended": true + "recommended": false }, { "template": "node18",