From 121aae0cbf76d0b751805f21e9049ce8976f24bc Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 7 Jun 2019 15:25:09 -0400 Subject: [PATCH] Update readme --- README.md | 2 +- lib/setup-node.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7320ab16..2f3132bc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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 -- TODO: registering problem matchers for error output +- registering problem matchers for error output - TODO: configuring authentication for npm packages - TODO: configuring proxy if the runner is configured to use a proxy (coming with private runners) diff --git a/lib/setup-node.js b/lib/setup-node.js index 107564ee..10614ba5 100644 --- a/lib/setup-node.js +++ b/lib/setup-node.js @@ -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);