Update readme

This commit is contained in:
Danny McCormick 2019-06-07 15:25:09 -04:00
parent 652c2bda0c
commit 121aae0cbf
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
This action sets by node environment for use in actions by: This action sets by node environment for use in actions by:
- optionally downloading and caching a version of node - npm by version spec and add to PATH - optionally downloading and caching a version of node - npm by version spec and add to PATH
- TODO: registering problem matchers for error output - registering problem matchers for error output
- TODO: configuring authentication for npm packages - TODO: configuring authentication for npm packages
- TODO: configuring proxy if the runner is configured to use a proxy (coming with private runners) - TODO: configuring proxy if the runner is configured to use a proxy (coming with private runners)

View file

@ -30,7 +30,7 @@ function run() {
yield installer.getNode(version); yield installer.getNode(version);
} }
// TODO: setup proxy from runner proxy config // TODO: setup proxy from runner proxy config
// TODO: problem matchers registered console.log('##[add-matcher].github/tsc.json');
} }
catch (error) { catch (error) {
core.setFailed(error.message); core.setFailed(error.message);