Skip to content

Commit

Permalink
ci: fix "Update Prettier" workflow (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored May 30, 2021
1 parent 132fff5 commit a2e4018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Prettier
"on":
push:
branches:
- dependabot/npm_and_yarn/prettier-*
- renovate/prettier-*
jobs:
update_prettier:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/node": "^14.0.4",
"fetch-mock": "^9.0.0",
"jest": "^27.0.0",
"prettier": "^2.0.1",
"prettier": "2.3.0",
"semantic-release": "^17.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^27.0.0-next.12",
Expand Down

0 comments on commit a2e4018

Please # to comment.