Skip to content

Commit

Permalink
Fix #313
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 Nov 11, 2024
1 parent 59829e9 commit 5aa87c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template/node/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "NodejsBase",
"name": "node",
"version": "1.0.0",
"description": "",
"main": "faas_index.js",
Expand Down
2 changes: 1 addition & 1 deletion template/node/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ welcome_message: |
Warning: this classic Go template has been DEPRECATED and
is being maintained for backwards compatibility reasons only.
Use the node18 template instead, learn more at:
Use the node20 template instead, learn more at:
See more: https://docs.openfaas.com/cli/templates
2 changes: 1 addition & 1 deletion template/node20/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "openfaas-node18",
"name": "openfaas-node20",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down

0 comments on commit 5aa87c3

Please sign in to comment.