mirror of
https://github.com/actions/setup-node.git
synced 2025-12-13 07:41:37 +08:00
add build from previous commit
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -4783,6 +4783,7 @@ function writeRegistryToFile(registryUrl, fileLocation, alwaysAuth) {
|
||||
else {
|
||||
newContents += `${authString}${os.EOL}${registryString}${os.EOL}${alwaysAuthString}`;
|
||||
}
|
||||
console.log(newContents);
|
||||
fs.writeFileSync(fileLocation, newContents);
|
||||
core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation);
|
||||
if (defaultNodeAuthToken !== nodeAuthToken) {
|
||||
|
||||
Reference in New Issue
Block a user