Almouro / bitrise-nvm-step

Bitrise step for installing NVM and custom NPM version
http://bitrise.io
MIT License
5 stars 7 forks source link

Bitrise NVM step

Install NVM and select Node version.

This step will install a specific node.js version using NVM, and will make it available for all your other steps.

NVM (Node Version Manager) is a simple bash script to manage multiple active node.js versions. See here for more details.

How to use this Step

Can be run directly with the bitrise CLI, just git clone this repository, cd into it's folder in your Terminal/Command Line and call bitrise run test.

Check the bitrise.yml file for required inputs which have to be added to your .bitrise.secrets.yml file!