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