From 5ade4e801e44edbf0e72661877de8b3223e679ed Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 16 Jul 2019 14:27:47 -0400 Subject: [PATCH] Update workflow.yml (#15) * Update workflow.yml * Update README.md --- .github/workflows/workflow.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b8b62237..a5a51b0d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -9,7 +9,7 @@ jobs: operating-system: [ubuntu-latest, windows-latest] actions: - name: Set Node.js 10.x - uses: bryanmacfarlane/node-config@master + uses: actions/setup-node@master with: version: 10.x diff --git a/README.md b/README.md index f84929b8..579b0109 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @actions/setup-node +# setup-node This action sets by node environment for use in actions by: @@ -44,4 +44,4 @@ The scripts and documentation in this project are released under the [MIT Licens # Contributions -Contributions are welcome! See [Contributor's Guide](docs/contributors.md) \ No newline at end of file +Contributions are welcome! See [Contributor's Guide](docs/contributors.md)