From 7c6182c745c344a5266b2f3e6e59dbf9572245ed Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Wed, 6 May 2020 09:58:52 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bd29bed..f1c7006a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ 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 -- registering problem matchers for error output +- registering problem matchers for error output +- configuring authentication for GPR or npm # Usage @@ -19,7 +20,7 @@ steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '12' - run: npm install - run: npm test ```