Skip to content

Commit

Permalink
Pin prettier version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve committed Jul 16, 2023
1 parent 61037cf commit 245ae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install modules
run: npm install prettier
run: npm install prettier@2.5.1

- name: Run Prettier
run: npx prettier --check bookwyrm/static/js/*.js

0 comments on commit 245ae35

Please sign in to comment.