Skip to content

Commit

Permalink
readme - update.
Browse files Browse the repository at this point in the history
  • Loading branch information
neverendingqs committed Jun 21, 2020
1 parent a1906bf commit 63c897e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: neverendingqs/gh-action-node-update-deps@v1.0.0
- uses: neverendingqs/gh-action-node-update-deps@v1.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
bump-version: patch # defaults to not bumping the package version
package-manager: yarn # defaults to 'npm'
```

0 comments on commit 63c897e

Please sign in to comment.