Skip to content

Commit 0dc69b3

Browse files
committed
Remove extra version logging
1 parent 52eb8a7 commit 0dc69b3

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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}`);

src/setup-node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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}`);

0 commit comments

Comments
 (0)