mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-01 00:23:59 +08:00 
			
		
		
		
	update changes
This commit is contained in:
		| @@ -54,5 +54,8 @@ function writeRegistryToFile( | ||||
|   fs.writeFileSync(fileLocation, newContents); | ||||
|   core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation); | ||||
|   // Export empty node_auth_token so npm doesn't complain about not being able to find it | ||||
|   core.exportVariable('NODE_AUTH_TOKEN', process.env.NODE_AUTH_TOKEN || 'XXXXX-XXXXX-XXXXX-XXXXX'); | ||||
|   core.exportVariable( | ||||
|     'NODE_AUTH_TOKEN', | ||||
|     process.env.NODE_AUTH_TOKEN || 'XXXXX-XXXXX-XXXXX-XXXXX' | ||||
|   ); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andres Vargas
					Andres Vargas