mirror of
				https://gitea.com/actions/setup-node.git
				synced 2025-10-29 15:52:42 +08:00 
			
		
		
		
	add silent
This commit is contained in:
		| @@ -44,7 +44,7 @@ export async function run() { | ||||
|     const {stdout: installedVersion} = await exec.getExecOutput( | ||||
|       'node', | ||||
|       ['--version'], | ||||
|       {ignoreReturnCode: true} | ||||
|       {ignoreReturnCode: true, silent: false} | ||||
|     ); | ||||
|     core.setOutput('node-version', installedVersion); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user