Skip to content

Commit 28c1a5c

Browse files
authored
Update min scores for lighthouse
1 parent 881623c commit 28c1a5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lighthouserc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"assert": {
1414
"assertions": {
15-
"categories:performance": ["error", { "minScore": 0.90 }],
16-
"categories:accessibility": ["error", { "minScore": 0.95 }],
17-
"categories:best-practices": ["error", { "minScore": 0.90 }],
15+
"categories:performance": ["error", { "minScore": 0.80 }],
16+
"categories:accessibility": ["error", { "minScore": 0.85 }],
17+
"categories:best-practices": ["error", { "minScore": 0.75 }],
1818
"categories:seo": ["error", { "minScore": 0.95 }]
1919
}
2020
}

0 commit comments

Comments
 (0)