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)