Skip to content

Commit

Permalink
Add node20 template to store
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed May 16, 2024
1 parent c4e1d52 commit 491de55
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
"official": "true",
"recommended": true
},
{
"template": "node20",
"platform": "x86_64",
"language": "NodeJS",
"source": "openfaas",
"description": "HTTP-based Node 20 template",
"repo": "https://github.com/openfaas/templates",
"official": "true",
"recommended": true
},
{
"template": "node18",
"platform": "x86_64",
Expand All @@ -46,7 +56,7 @@
"description": "HTTP-based Node 18 template",
"repo": "https://github.com/openfaas/templates",
"official": "true",
"recommended": true
"recommended": false
},
{
"template": "bun-express",
Expand Down

0 comments on commit 491de55

Please sign in to comment.