r-anime / misato

💬 Mod bot for the /r/anime Discord
MIT License
6 stars 7 forks source link

Use .nvmrc to automatically manage prod Node version #211

Closed eritbh closed 2 years ago

eritbh commented 2 years ago

Creates .nvmrc with lts/* to always set nvm to install the latest LTS release of node for use with this project. Modifies the deploy workflow to install the requested version of node and update its version of npm to the latest available.