diff --git a/lighthouse/lighthouserc.js b/lighthouse/lighthouserc.js index 42987617d4..674c6b9e83 100644 --- a/lighthouse/lighthouserc.js +++ b/lighthouse/lighthouserc.js @@ -10,7 +10,7 @@ module.exports = { }, assert: { assertions: { - 'categories:accessibility': ['warn', { minScore: 1 }], + 'categories:accessibility': ['error', { minScore: 0.9 }], }, }, upload: {