mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-09 21:51:11 +00:00
Upgrade to @actions/core@^1.2.6 incl. dependencies
This commit is contained in:
parent
c50e8fd92e
commit
44b19cd681
109 changed files with 4243 additions and 5708 deletions
|
@ -52,5 +52,5 @@ function writeRegistryToFile(registryUrl, fileLocation, alwaysAuth) {
|
|||
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', 'XXXXX-XXXXX-XXXXX-XXXXX');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue