CircleCI-Public / node-orb

An orb for working with Node.js on CircleCI
https://circleci.com/orbs/registry/orb/circleci/node
MIT License
52 stars 80 forks source link

Add an option to save nvm cache on installation #229

Closed marboledacci closed 1 month ago

marboledacci commented 1 month ago

There have been many reports from failures when installing an specific node version at the momento of downloading the binary. I'm adding a new parameter that allows to store the .nvm/.cache folder so the installation can use it instead of downloading every time.