8000 update comment · actions/setup-node@66dfac5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66dfac5

Browse files
committed
update comment
1 parent 312bbee commit 66dfac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authutil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function writeRegistryToFile(
5353
newContents += `${authString}${os.EOL}${registryString}${os.EOL}${alwaysAuthString}`;
5454
fs.writeFileSync(fileLocation, newContents);
5555
core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation);
56-
// Export empty node_auth_token so npm doesn't complain about not being able to find it
56+
< 4858 span class="pl-c">// Export empty node_auth_token if didn't exist so npm doesn't complain about not being able to find it
5757
core.exportVariable(
5858
'NODE_AUTH_TOKEN',
5959
process.env.NODE_AUTH_TOKEN || 'XXXXX-XXXXX-XXXXX-XXXXX'

0 commit comments

Comments
 (0)
0