Prevents sequelize varchar error with node >= 15
Added .nvmrc with node version check code to root directory but it sure as shootin' won't work like if copied into in /packages/api with similarly modified package.json with added "engines" object (unsure why)
Impacted areas in the application:
node
Describe the steps you took to test your changes:
ran npm run dev in /packages/api after nvm use 14 and nvm use 15, code works and triggers error in any node > 14.17.0
List general components of the application that this PR will affect:
none
PR checklist
Zenhub Link:
Describe the problem being solved:
Prevents sequelize varchar error with node >= 15 Added .nvmrc with node version check code to root directory but it sure as shootin' won't work like if copied into in /packages/api with similarly modified package.json with added "engines" object (unsure why)
Impacted areas in the application:
node
Describe the steps you took to test your changes:
ran npm run dev in /packages/api after nvm use 14 and nvm use 15, code works and triggers error in any node > 14.17.0 List general components of the application that this PR will affect: none PR checklist