mirror of
				https://gitea.com/actions/setup-node.git
				synced 2025-10-29 15:52:42 +08:00 
			
		
		
		
	Temporarily disabled cache usage
This commit is contained in:
		@@ -71,7 +71,8 @@ export async function getNode(
 | 
			
		||||
  toolPath = tc.find('node', versionSpec, osArch);
 | 
			
		||||
 | 
			
		||||
  // If not found in cache, download
 | 
			
		||||
  if (toolPath) {
 | 
			
		||||
  // Usage of pre-cached Node.js versions is temporarily disabled.
 | 
			
		||||
  if (false) {
 | 
			
		||||
    core.info(`Found in cache @ ${toolPath}`);
 | 
			
		||||
  } else {
 | 
			
		||||
    core.info(`Attempting to download ${versionSpec}...`);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user