mirror of
				https://kkgithub.com/actions/setup-node.git
				synced 2025-11-04 12:46:16 +08:00 
			
		
		
		
	Fix armv7 cache issue (#794)
This commit is contained in:
		@ -88,7 +88,11 @@ export default abstract class BaseDistribution {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  protected findVersionInHostedToolCacheDirectory() {
 | 
			
		||||
    return tc.find('node', this.nodeInfo.versionSpec, this.nodeInfo.arch);
 | 
			
		||||
    return tc.find(
 | 
			
		||||
      'node',
 | 
			
		||||
      this.nodeInfo.versionSpec,
 | 
			
		||||
      this.translateArchToDistUrl(this.nodeInfo.arch)
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  protected async getNodeJsVersions(): Promise<INodeVersion[]> {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user