NCIOCPL / sitewide-search-app

App for Sitewide Search results pages
2 stars 0 forks source link

Lock the node and npm versions in package.json #133

Closed sarinapadilla closed 2 years ago

sarinapadilla commented 2 years ago

Issue description

This should be setting the engines flag in package.json, and set it to Node 12 and npm 6 (for now). Setting this will set us up for being able to update to Sass and update the node/npm versions. Create .nvmrc file to say "use this version of node" See https://github.com/nvm-sh/nvm#nvmrc

ESTIMATE 1

sarinapadilla commented 2 years ago

This issue was fixed by PR #136 , so closing this ticket.