Skip to content

Commit 775b93b

Browse files
authored
gh-actions: solve version conflict for frontend test (#77)
Signed-off-by: Igor Kvachenok <[email protected]>
1 parent 3ae1ff1 commit 775b93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Format code
2323
run: |
24-
npm install prettier --prefix ./frontend
24+
npm install prettier@2.8.8 --prefix ./frontend
2525
make prettier-check
2626
2727
- name: Lint code

0 commit comments

Comments
 (0)