We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The template for Node.js 20 should be named openfaas-node20
openfaas-node20
The template is named openfaas-node18 in package.json, which can cause confusion about the Node.js version it supports.
openfaas-node18
package.json
Check at: https://github.com/sponsors/openfaas
Rename openfaas-node18 to openfaas-node20
name
Changing this would make the template name compliant and aligned with the Node version it makes use.
Not relevant
The text was updated successfully, but these errors were encountered:
Fix name in package.json for node20 template (openfaas#313)
a275b9a
bb41229
Signed-off-by: Julian Casaburi <juliancasaburi@gmail.com>
5aa87c3
Successfully merging a pull request may close this issue.
Expected Behaviour
The template for Node.js 20 should be named
openfaas-node20
Current Behaviour
The template is named
openfaas-node18
inpackage.json
, which can cause confusion about the Node.js version it supports.Are you a GitHub Sponsor (Yes/No?)
Check at: https://github.com/sponsors/openfaas
List All Possible Solutions and Workarounds
Rename
openfaas-node18
toopenfaas-node20
Which Solution Do You Recommend?
Rename
openfaas-node18
toopenfaas-node20
Steps to Reproduce (for bugs)
name
isopenfaas-node18
.Context
Changing this would make the template name compliant and aligned with the Node version it makes use.
Your Environment
Not relevant
The text was updated successfully, but these errors were encountered: