Closed adidahiya closed 6 months ago
This helps nvm users quickly switch to the required Node version for this repo (also specified in package.json engines)
nvm
added .nvmrc specifying v20.10
.nvmrc
try nvm use in this repo
nvm use
Why
This helps
nvm
users quickly switch to the required Node version for this repo (also specified in package.json engines)What changed
added
.nvmrc
specifying v20.10Test plan
try
nvm use
in this repo