mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-20 13:14:44 +00:00
follow proxy settings (#105)
This commit is contained in:
parent
9a99bb3e35
commit
d123f10543
568 changed files with 15975 additions and 93743 deletions
|
@ -14,7 +14,6 @@ async function run() {
|
|||
version = core.getInput('node-version');
|
||||
}
|
||||
if (version) {
|
||||
// TODO: installer doesn't support proxy
|
||||
await installer.getNode(version);
|
||||
}
|
||||
|
||||
|
@ -24,7 +23,6 @@ async function run() {
|
|||
auth.configAuthentication(registryUrl, alwaysAuth);
|
||||
}
|
||||
|
||||
// TODO: setup proxy from runner proxy config
|
||||
const matchersPath = path.join(__dirname, '..', '.github');
|
||||
console.log(`##[add-matcher]${path.join(matchersPath, 'tsc.json')}`);
|
||||
console.log(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue