Skip to content

Commit 9474324

Browse files
authored
ci: fix "Update Prettier" workflow (#269)
1 parent 046b2a4 commit 9474324

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Prettier
22
"on":
33
push:
44
branches:
5-
- dependabot/npm_and_yarn/prettier-*
5+
- renovate/prettier-*
66
jobs:
77
update_prettier:
88
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/node": "^14.0.0",
3434
"fetch-mock": "^9.0.0",
3535
"jest": "^27.0.0",
36-
"prettier": "^2.0.1",
36+
"prettier": "2.3.0",
3737
"semantic-release": "^17.0.0",
3838
"semantic-release-plugin-update-version-in-files": "^1.0.0",
3939
"ts-jest": "^27.0.0-next.12",

0 commit comments

Comments
 (0)