Skip to content

Commit 2baee18

Browse files
authored
ci: fix "Update Prettier" workflow (#22)
1 parent 5f9ec1e commit 2baee18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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
workflow_dispatch: {}
77
jobs:
88
update_prettier:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/node": "^14.14.32",
3636
"fetch-mock": "^9.11.0",
3737
"jest": "^27.0.0",
38-
"prettier": "^2.2.1",
38+
"prettier": "2.3.0",
3939
"semantic-release": "^17.4.1",
4040
"semantic-release-plugin-update-version-in-files": "^1.1.0",
4141
"ts-jest": "^27.0.0-next.12",

0 commit comments

Comments
 (0)