Skip to content

Commit

Permalink
chore: use exact prettier version in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yuskhan committed Jul 29, 2024
1 parent 988a0b1 commit 7fbb6f0
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 @@ -8,4 +8,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Prettier
run: npm install -g prettier && npx prettier --check .
run: npm install -g prettier@^3.0.3 && npx prettier --check .

0 comments on commit 7fbb6f0

Please sign in to comment.