mirror of
https://gitea.com/actions/setup-node.git
synced 2025-11-09 02:56:22 +08:00
Feedback
This commit is contained in:
@@ -15,9 +15,9 @@ async function run() {
|
||||
await installer.getNode(version);
|
||||
}
|
||||
|
||||
const registryUrl = core.getInput('registry-url');
|
||||
const registryUrl: string = core.getInput('registry-url');
|
||||
if (registryUrl) {
|
||||
auth.configAuth(registryUrl);
|
||||
auth.configAuthentication(registryUrl);
|
||||
}
|
||||
|
||||
// TODO: setup proxy from runner proxy config
|
||||
|
||||
Reference in New Issue
Block a user