mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 13:43:35 +00:00 
			
		
		
		
	Add semicolon
This commit is contained in:
		
							parent
							
								
									1797432cb7
								
							
						
					
					
						commit
						ba8d6b0713
					
				@ -40,7 +40,7 @@ export async function run() {
 | 
				
			|||||||
      await installer.getNode(version, stable, checkLatest, auth, arch);
 | 
					      await installer.getNode(version, stable, checkLatest, auth, arch);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    let installedVersion = version
 | 
					    let installedVersion = version;
 | 
				
			||||||
    // Output version of node is being used
 | 
					    // Output version of node is being used
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
      const {stdout} = await exec.getExecOutput(
 | 
					      const {stdout} = await exec.getExecOutput(
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user