Skip to content

Commit a6fa708

Browse files
authored
Merge pull request #840 from sir-gon/develop
[BUGFIX] sonarcloud Security Hotspots: Omitting "--ignore-scripts" ca…
2 parents a32cd40 + 8a01f5f commit a6fa708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prettier-json.yml

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

2424
- name: Install Prettier
2525
run: |
26-
npm install -g prettier@3.5.3
26+
npm install -g --ignore-scripts prettier@3.7.4
2727
2828
- name: Prettier LINT / Style JSON
2929
run: >

0 commit comments

Comments
 (0)