mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 01:13:35 +00:00 
			
		
		
		
	feat(installer): Change warning to info msg
This commit is contained in:
		
							parent
							
								
									c2cd1482c6
								
							
						
					
					
						commit
						03c9ae1068
					
				@ -502,7 +502,7 @@ export function parseNodeVersionFile(contents: string): string {
 | 
			
		||||
    nodeVersion = JSON.parse(contents).volta?.node;
 | 
			
		||||
    if (!nodeVersion) nodeVersion = JSON.parse(contents).engines?.node;
 | 
			
		||||
  } catch {
 | 
			
		||||
    core.warning('Node version file is not JSON file');
 | 
			
		||||
    core.info('Node version file is not JSON file');
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (!nodeVersion) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user