Skip to content

Commit

Permalink
fix(docs): remove 'set-up node' steps in sample workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Nov 7, 2019
1 parent 83fc258 commit 5866abd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@master

- name: Set-up Node
uses: actions/setup-node@v1
with:
node-version: 12
- name: Installing NPM modules
run: npm ci

- name: Updating ng dependencies # the magic happens here !
uses: tinesoft/ngx-uptodate@master
with:
Expand Down

0 comments on commit 5866abd

Please sign in to comment.