Enable NVM support for Node.JS pipeline
Closed this issue · 1 comments
jackjia-ibm commented
nvm
is installed on based image, but may not work well with sh
pipeline command. Because in each sh
shell, the nvm
function is missing.
We need to provide a simplified way so the pipeline can switch to any node.js version during the pipeline execution.
jackjia-ibm commented
This is done.