mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-01 00:23:59 +08: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
	 Josh Gross
					Josh Gross