Skip to content

Commit

Permalink
gh-actions: solve version conflict for frontend test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmvfb committed Apr 24, 2024
1 parent 3ae1ff1 commit 6a285e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Format code
run: |
npm install prettier --prefix ./frontend
npm install prettier@2.8.8 --prefix ./frontend
make prettier-check
- name: Lint code
Expand Down

0 comments on commit 6a285e1

Please sign in to comment.