Pin prettier version in github workflow

This commit is contained in:
Mouse Reeve 2023-07-16 06:57:31 -07:00
parent 61037cf38a
commit 245ae35a81

View file

@ -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