fix
This commit is contained in:
parent
423f3349b9
commit
271fc6bcc1
@ -22,4 +22,4 @@ if (typeof cmdValue === 'undefined') {
|
||||
}
|
||||
console.log('command:', cmdValue);
|
||||
console.log('node Version:', nodeValue);
|
||||
shelljs.exec("bash -c \"source /usr/local/nvm/nvm.sh && nvm install "+ nodeValue + " nvm alias default " + nodeValue" "\"");
|
||||
shelljs.exec("bash -c \"source /usr/local/nvm/nvm.sh && nvm install "+ nodeValue + " nvm alias default " + nodeValue + "\"");
|
Loading…
Reference in New Issue
Block a user