Skip to content

Commit ce0d253

Browse files
committed
Add node22 template
Add node22 template and make it the recommended node template. Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 5303456 commit ce0d253

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

templates.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@
3838
"official": "true",
3939
"recommended": true
4040
},
41+
{
42+
"template": "node22",
43+
"platform": "x86_64",
44+
"language": "NodeJS",
45+
"source": "openfaas",
46+
"description": "HTTP-based Node 22 template",
47+
"repo": "https://github.com/openfaas/templates",
48+
"official": "true",
49+
"recommended": true
50+
},
4151
{
4252
"template": "node20",
4353
"platform": "x86_64",
@@ -46,7 +56,7 @@
4656
"description": "HTTP-based Node 20 template",
4757
"repo": "https://github.com/openfaas/templates",
4858
"official": "true",
49-
"recommended": true
59+
"recommended": false
5060
},
5161
{
5262
"template": "node18",

0 commit comments

Comments
 (0)