Skip to content

Commit

Permalink
fix: changed updtr command to allow usage in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchow authored Dec 15, 2020
1 parent 2d80e61 commit 4a92313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: '12.x'
- name: Update dependencies
run: |
npx updtr
npx updtr -r basic
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 4a92313

Please sign in to comment.