epicweb-dev / epic-stack

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
https://www.epicweb.dev/epic-stack
MIT License
4.32k stars 355 forks source link

Use `.nvmrc` file to declare the `node` version to use #799

Closed kinggoesgaming closed 1 week ago

kinggoesgaming commented 1 month ago

This will make it so we don't need to change the version 6 times (1 time in package.json, 1 in other/Dockerfile and 4 times in .github/workflows/deploy.yml. Instead it will be only 3 times.

Also anyone using nvm to manage node version can use nvm use to match version used with the stack for eliminating issues that can raise due to differing node versions (These should be rare, but still a possibility.)

kinggoesgaming commented 1 week ago

closing this... as using package.json was decided in #801