mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 01:13:35 +00:00 
			
		
		
		
	removed await from line 25 main.ts
This commit is contained in:
		
							parent
							
								
									ab0d6af666
								
							
						
					
					
						commit
						fa3de08e5c
					
				@ -22,7 +22,7 @@ export async function run() {
 | 
			
		||||
 | 
			
		||||
        if (!!versionFile) {
 | 
			
		||||
          const versionFilePath = path.join(__dirname, '..', versionFile);
 | 
			
		||||
          version = await installer.parseNodeVersionFile(
 | 
			
		||||
          version = installer.parseNodeVersionFile(
 | 
			
		||||
            fs.readFileSync(versionFilePath, 'utf8')
 | 
			
		||||
          );
 | 
			
		||||
          core.info(`Resolved ${versionFile} as ${version}`);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user