epic-stack icon indicating copy to clipboard operation
epic-stack copied to clipboard

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

Open kinggoesgaming opened this issue 1 year ago • 0 comments

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 avatar Jul 21 '24 20:07 kinggoesgaming