Fixes issues where the .nvmrc file was set incorrectly and contained configuration for an .npmrc file within it. This PR corrects those changes and ensures the compatible NPM version is being used.
Change Log
Adds .npmrc file.
Moves strict engine check to correct file.
Lowers the npm version set in package.json to suit what has always been used on CI.
Description
Fixes issues where the
.nvmrc
file was set incorrectly and contained configuration for an.npmrc
file within it. This PR corrects those changes and ensures the compatible NPM version is being used.Change Log
.npmrc
file.package.json
to suit what has always been used on CI.