Skip to content

Commit f91eb4c

Browse files
🔧 config: update minimum scores in action
1 parent 56c5ed2 commit f91eb4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lighthouse.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
lighthouseCheckResults: ${{ steps.lighthouseCheck.outputs.lighthouseCheckResults }}
1818
minAccessibilityScore: "90"
19-
minBestPracticesScore: "70"
20-
minPerformanceScore: "70"
19+
minBestPracticesScore: "90"
20+
minPerformanceScore: "90"
2121
# minProgressiveWebAppScore: "50"
22-
minSeoScore: "70"
22+
minSeoScore: "90"

0 commit comments

Comments
 (0)