mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 01:33:33 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		
							parent
							
								
									2792b3f52b
								
							
						
					
					
						commit
						1797432cb7
					
				@ -62,7 +62,7 @@ export async function run() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    if (cache && isCacheFeatureAvailable()) {
 | 
					    if (cache && isCacheFeatureAvailable()) {
 | 
				
			||||||
      const cacheDependencyPath = core.getInput('cache-dependency-path');
 | 
					      const cacheDependencyPath = core.getInput('cache-dependency-path');
 | 
				
			||||||
      await restoreCache(cache, cacheDependencyPath, installedVersion);
 | 
					      await restoreCache(installedVersion, cache, cacheDependencyPath);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const matchersPath = path.join(__dirname, '../..', '.github');
 | 
					    const matchersPath = path.join(__dirname, '../..', '.github');
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user