Commit 9ae6edc
Set treosh/lighthouse-ci-action to 12.1.0 (#2223)
In the past couple of the weeks the performance score for the Lighthouse
audit dropped below 0.8 and started making CI fail.
This change in the CI result was surprising because there have been very
few commits to main since 3e74810, and
none that should have affected the Lighthouse performance score.
Looking for a culprit, I noticed that the `v12` tag for
`treosh/lighthouse-ci-action` was updated 2 weeks ago, pointing the tag
from Lighthouse version 12.1.0 to 12.6.0, which one can see in the
[treosh/lighthouse-ci-action
releases](https://github.com/treosh/lighthouse-ci-action/tags). There
are a good number of changes between those two versions, as shown in the
[Lighthouse
releases].(https://github.com/GoogleChrome/lighthouse/releases), but I
haven't yet identified which of them may have affected the score.
But before investigating too deeply, the easiest thing we can do to test
this hypothesis is to downgrade the version of the GitHub action, and
see if that fixes CI.
---------
Co-authored-by: Tania Allard <taniar.allard@gmail.com>1 parent 0919145 commit 9ae6edc
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments