sahat / hackathon-starter

A boilerplate for Node.js web applications
MIT License
34.84k stars 8.16k forks source link

Created .nvmrc file with version 20 #1249

Closed vimark1 closed 12 months ago

vimark1 commented 1 year ago

Allows dev to run nvm use to get the correct version of node

YasharF commented 1 year ago

The project should work with any supported version of NodeJS (aka not in End of Life) https://github.com/nodejs/release#release-schedule

Devs shouldn't be using End of Life software (CWE-1104: Use of Unmaintained Third-Party Components)

I am not sure why we need to have this file added to specify a node version. package.json does have a node version specified, but we just set that as the lowest LTS version.