Skip to content

Commit

Permalink
use prettier 3.1.0 in workflow
Browse files Browse the repository at this point in the history
In 4f173ba I bumped the prettier version to 3.1. Whatever version we are using for the project should be the same as the workflow runs with (as we established in e-mission#1117)
  • Loading branch information
JGreenlee committed Jan 25, 2024
1 parent ff840ff commit 88c72f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npx prettier@3.0.3 --check www
- run: npx prettier@3.1.0 --check www


0 comments on commit 88c72f8

Please sign in to comment.