mirror of
				https://github.com/actions/setup-node.git
				synced 2025-10-31 16:14:00 +08:00 
			
		
		
		
	Switch warning to info logging
This commit is contained in:
		| @@ -39,7 +39,7 @@ export async function getNode( | ||||
|   let osArch: string = translateArchToDistUrl(arch); | ||||
|  | ||||
|   if (isLtsVersion(versionSpec)) { | ||||
|     core.warning('LTS version is provided. For LTS versions `check-latest` will be automatically set to true'); | ||||
|     core.info('LTS version is provided. For LTS versions `check-latest` will be automatically set to true'); | ||||
|     checkLatest = true; | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Gordey Doronin
					Gordey Doronin