mirror of
https://gitea.com/actions/setup-node.git
synced 2025-04-06 15:29:44 +00:00
Remove extra version logging
This commit is contained in:
@ -20,7 +20,6 @@ async function run() {
|
||||
}
|
||||
|
||||
// Output version of node and npm that are being used
|
||||
console.log(`Installed Node version '${version}.`);
|
||||
const nodePath = await io.which('node');
|
||||
const nodeVersion = cp.execSync(`${nodePath} --version`);
|
||||
console.log(`Node Version: ${nodeVersion}`);
|
||||
|
Reference in New Issue
Block a user