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:
parent
a10d0967b5
commit
e64e8b870d
1 changed files with 1 additions and 0 deletions
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue