1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-08 18:05:50 +00:00

add build from previous commit

This commit is contained in:
Edward Romero 2020-06-23 21:00:47 -04:00
parent a10d0967b5
commit e64e8b870d

1
dist/index.js vendored
View file

@ -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) {