This is a very simple PR that just adds a .nvmrc file. This file is used by node version manager (nvm) and automatically switched between different versions of node. This can be very helpful when you start to get several different projects going at the same time and you want to make sure they are each working properly between files. I bumped the version up a little bit from where you are at because I accidentally started working on the higher version and things seemed to be working just fine. If you want to learn more you can take a look at their repository here. If you follow their directions in the readme it will get things going on your system.
This is a very simple PR that just adds a .nvmrc file. This file is used by node version manager (nvm) and automatically switched between different versions of node. This can be very helpful when you start to get several different projects going at the same time and you want to make sure they are each working properly between files. I bumped the version up a little bit from where you are at because I accidentally started working on the higher version and things seemed to be working just fine. If you want to learn more you can take a look at their repository here. If you follow their directions in the readme it will get things going on your system.