Closed juliancasaburi closed 2 weeks ago
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
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