We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59829e9 commit 5aa87c3Copy full SHA for 5aa87c3
template/node/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "NodejsBase",
+ "name": "node",
3
"version": "1.0.0",
4
"description": "",
5
"main": "faas_index.js",
template/node/template.yml
@@ -4,6 +4,6 @@ welcome_message: |
Warning: this classic Go template has been DEPRECATED and
is being maintained for backwards compatibility reasons only.
6
7
- Use the node18 template instead, learn more at:
+ Use the node20 template instead, learn more at:
8
9
See more: https://docs.openfaas.com/cli/templates
template/node20/package.json
- "name": "openfaas-node18",
+ "name": "openfaas-node20",
"main": "index.js",
0 commit comments