openfaas / docs

Official Docs for OpenFaaS
https://docs.openfaas.com/
MIT License
67 stars 101 forks source link

Update table with available NodeJS templates #333

Closed welteki closed 1 year ago

welteki commented 1 year ago

Description

Add the latest node18 template to the table and update the supported status.

Motivation and Context

Keep the NodeJS template docs up to date with the latest changes.

How Has This Been Tested?

Verified the table is displayed correctly.

Screenshot 2023-03-15 at 17 17 41

Types of changes

Checklist:

alexellis commented 1 year ago

We don't have node17 in the screenshot and can probably delete anything prior to that?

Could you update it please?

welteki commented 1 year ago

We don't have node17 in the screenshot and can probably delete anything prior to that?

Node 17 is not an LTS version and is not supported by nodejs.org anymore.

alexellis commented 1 year ago

Neither is 12, 14 or 16 but you retained them in the screenshot?

Do why skip node17?

welteki commented 1 year ago

16 is still supported in maintenance.

Do we remove the unsupported version and just keep 16 and 18 or add all version and indicate which ones are not supported anymore?

alexellis commented 1 year ago

Thanks