mirror of
				https://kkgithub.com/actions/setup-node.git
				synced 2025-11-04 20:51:59 +08:00 
			
		
		
		
	Update
This commit is contained in:
		@ -33,7 +33,7 @@ function run() {
 | 
			
		||||
            }
 | 
			
		||||
            const registryUrl = core.getInput('registry-url');
 | 
			
		||||
            if (registryUrl) {
 | 
			
		||||
                auth.configAuth(registryUrl);
 | 
			
		||||
                yield auth.configAuth(registryUrl);
 | 
			
		||||
            }
 | 
			
		||||
            // TODO: setup proxy from runner proxy config
 | 
			
		||||
            const matchersPath = path.join(__dirname, '..', '.github');
 | 
			
		||||
 | 
			
		||||
@ -17,7 +17,7 @@ async function run() {
 | 
			
		||||
 | 
			
		||||
    const registryUrl = core.getInput('registry-url');
 | 
			
		||||
    if (registryUrl) {
 | 
			
		||||
      auth.configAuth(registryUrl);
 | 
			
		||||
      await auth.configAuth(registryUrl);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // TODO: setup proxy from runner proxy config
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user