File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15224,7 +15224,6 @@ function run() {
1522415224 yield installer.getNode(version);
1522515225 }
1522615226 // Output version of node and npm that are being used
15227- console.log(`Installed Node version '${version}.`);
1522815227 const nodePath = yield io.which('node');
1522915228 const nodeVersion = child_process_1.default.execSync(`${nodePath} --version`);
1523015229 console.log(`Node Version: ${nodeVersion}`);
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ async function run() {
2020 }
2121
2222 // Output version of node and npm that are being used
23- console . log ( `Installed Node version '${ version } .` ) ;
2423 const nodePath = await io . which ( 'node' ) ;
2524 const nodeVersion = cp . execSync ( `${ nodePath } --version` ) ;
2625 console . log ( `Node Version: ${ nodeVersion } ` ) ;
You can’t perform that action at this time.
0 commit comments