We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e1d52 commit 491de55Copy full SHA for 491de55
templates.json
@@ -38,6 +38,16 @@
38
"official": "true",
39
"recommended": true
40
},
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
+ },
51
{
52
"template": "node18",
53
"platform": "x86_64",
@@ -46,7 +56,7 @@
56
"description": "HTTP-based Node 18 template",
57
"repo": "https://github.com/openfaas/templates",
58
- "recommended": true
59
+ "recommended": false
60
61
62
"template": "bun-express",
0 commit comments