Skip to content

Commit

Permalink
gh-actions: solve version conflict for frontend test
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Kvachenok <[email protected]>
  • Loading branch information
tmvfb committed Apr 24, 2024
1 parent 3ae1ff1 commit ce8e71c
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 ce8e71c

Please sign in to comment.