mirror of
https://github.com/actions/setup-node.git
synced 2025-09-25 10:03:59 +08:00
@@ -30,7 +30,7 @@ function run() {
|
||||
yield installer.getNode(version);
|
||||
}
|
||||
// TODO: setup proxy from runner proxy config
|
||||
// TODO: problem matchers registered
|
||||
console.log('##[add-matcher].github/tsc.json');
|
||||
}
|
||||
catch (error) {
|
||||
core.setFailed(error.message);
|
||||
|
Reference in New Issue
Block a user