Skip to content

Commit 491de55

Browse files
committed
Add node20 template to store
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c4e1d52 commit 491de55

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

templates.json

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

0 commit comments

Comments
 (0)