mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 13:29:12 +08:00 
			
		
		
		
	output info
This commit is contained in:
		
							
								
								
									
										1
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							@@ -13036,6 +13036,7 @@ function getNode(versionSpec, stable, token) {
 | 
			
		||||
            //
 | 
			
		||||
            console.log('Adding to the cache ...');
 | 
			
		||||
            toolPath = yield tc.cacheDir(extPath, 'node', info.resolvedVersion);
 | 
			
		||||
            console.log('Done');
 | 
			
		||||
        }
 | 
			
		||||
        //
 | 
			
		||||
        // a tool installer initimately knows details about the layout of that tool
 | 
			
		||||
 
 | 
			
		||||
@@ -97,7 +97,7 @@ export async function getNode(
 | 
			
		||||
    //
 | 
			
		||||
    console.log('Adding to the cache ...');
 | 
			
		||||
    toolPath = await tc.cacheDir(extPath, 'node', info.resolvedVersion);
 | 
			
		||||
    console.log('Done')
 | 
			
		||||
    console.log('Done');
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  //
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user