Skip to content

Commit

Permalink
fix: adjust prettier to package.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Dec 16, 2024
1 parent df951cd commit 68f045e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
- name: Frontend code formatting check (Prettier)
run: npm install prettier@~3.1.0 && npm run format:check
working-directory: ./frontend
run: npm install prettier@~3.3.3 && npm run format:check
working-directory: ./frontend

0 comments on commit 68f045e

Please sign in to comment.