mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 21:04:45 +00:00
Remove extra version logging
This commit is contained in:
parent
52eb8a7524
commit
0dc69b3a71
2 changed files with 0 additions and 2 deletions
|
@ -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}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue