I am a library author. I want to make sure my library works in older Node.js versions. I figure that a good distance to go back in time is to the oldest maintained LTS version of Node.js.
For example, right now the oldest maintained version of Node.js is version 6. It would help if nvm had a notation like lts/maintenance to automatically select that version of Node.js.
This would be helpful for use in .travis.yml files.
I am a library author. I want to make sure my library works in older Node.js versions. I figure that a good distance to go back in time is to the oldest maintained LTS version of Node.js.
For example, right now the oldest maintained version of Node.js is version 6. It would help if nvm had a notation like
lts/maintenanceto automatically select that version of Node.js.This would be helpful for use in .travis.yml files.