openfaas / templates

OpenFaaS Classic templates
https://www.openfaas.com
MIT License
276 stars 228 forks source link

Fix node20 template name in the main README file #310

Closed jpfmscel closed 1 month ago

jpfmscel commented 1 month ago

Expected Behaviour

The template for Node 20 should be named node20

Current Behaviour

Currently, the template for Node 20 is named node18

Are you a GitHub Sponsor (Yes/No?)

List All Possible Solutions and Workarounds

node18 -> node20

Which Solution Do You Recommend?

node18 -> node20

Steps to Reproduce (for bugs)

  1. Open the README file
  2. Find the template for Node 20
  3. Look at the template name (node18)

Context

Changing this would make the template name compliant and aligned with the Node version it makes use.

Your Environment

Not relevant