mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 01:33:33 +00:00 
			
		
		
		
	build success
This commit is contained in:
		
							parent
							
								
									7ff10b129d
								
							
						
					
					
						commit
						c1c463274c
					
				@ -76,7 +76,7 @@ function isGhes(): boolean {
 | 
			
		||||
function resolveVersionInput(): string {
 | 
			
		||||
  let version = core.getInput('node-version') || core.getInput('version');
 | 
			
		||||
  const versionFileInput = core.getInput('node-version-file');
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
  if (version && versionFileInput) {
 | 
			
		||||
    core.warning('Both node-version and node-version-file are specified');
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user