Skip to content

Commit

Permalink
Merge pull request #45 from lpinca/remove/unneeded-steps
Browse files Browse the repository at this point in the history
remove unneeded steps from parallel example
  • Loading branch information
nickmerwin authored Apr 22, 2020
2 parents 7e46f98 + dab4cf2 commit ffa0792
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,6 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 10.x
uses: actions/setup-node@master
with:
version: 10.x

- name: npm install
run: npm install

- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit ffa0792

Please sign in to comment.