From 62fdfbb318a18fff15d7fc03b718ad6f19cdd2f0 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 18 Oct 2019 11:36:35 +0100 Subject: [PATCH] Update README to include yarn A user indicated that it was not clear that the `setup-node` action took care of yarn, and tried using an incompatible third-party action. Better specify that yarn is included above the fold. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e100ce67..0a21399e 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ GitHub Actions status

-This action sets by node environment for use in actions by: +This action sets up a node environment for use in actions, including npm and yarn. It: -- optionally downloading and caching a version of node - npm by version spec and add to PATH -- registering problem matchers for error output +- sets up the specified version of node (downloading it if it's not already available) +- adds node, npm and yarn to the PATH +- registers problem matchers for error output # Usage