mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-01 00:23:59 +08:00 
			
		
		
		
	Switch warning to info logging
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @@ -13108,7 +13108,7 @@ function getNode(versionSpec, stable, checkLatest, auth, arch = os.arch()) { | ||||
|         let osPlat = os.platform(); | ||||
|         let osArch = 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; | ||||
|         } | ||||
|         if (checkLatest) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Gordey Doronin
					Gordey Doronin