Skip to content

Commit 264032d

Browse files
Bump treosh/lighthouse-ci-action from 9.6.8 to 10.1.0 (#3396)
* Bump treosh/lighthouse-ci-action from 9.6.8 to 10.1.0 Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 9.6.8 to 10.1.0. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](treosh/lighthouse-ci-action@9.6.8...10.1.0) --- updated-dependencies: - dependency-name: treosh/lighthouse-ci-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Remove bfcache from audit as unreliable on localhost * Use the proper audit name now --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent 4a49c06 commit 264032d

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/lighthouse/lighthouse-config-dev.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"assert": {
44
"preset": "lighthouse:recommended",
55
"assertions": {
6+
"bf-cache": "off",
67
"bootup-time": "off",
78
"canonical": "off",
89
"dom-size": "off",

.github/lighthouse/lighthouse-config-prod.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"categories:accessibility": ["error", {"minScore": 1}],
77
"categories:best-practices": ["error", {"minScore": 0.92}],
88
"categories:seo": ["error", {"minScore": 1}],
9+
"bf-cache": "off",
910
"bootup-time": "off",
1011
"dom-size": "off",
1112
"first-contentful-paint": "off",

.github/workflows/production-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set the list of URLs for Lighthouse to check
2929
run: ./src/tools/scripts/set_lighthouse_urls.sh -p
3030
- name: Audit URLs using Lighthouse
31-
uses: treosh/lighthouse-ci-action@9.6.8
31+
uses: treosh/lighthouse-ci-action@10.1.0
3232
id: LHCIAction
3333
with:
3434
# For prod, we simply check for 100% in Accessibility, Best Practices and SEO

.github/workflows/test_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
COMMIT_SHA: ${{ github.sha }}
5454
run: ./src/tools/scripts/set_lighthouse_urls.sh
5555
- name: Audit URLs using Lighthouse
56-
uses: treosh/lighthouse-ci-action@9.6.8
56+
uses: treosh/lighthouse-ci-action@10.1.0
5757
id: LHCIAction
5858
with:
5959
# For dev, turn off all timing perf audits (too unreliable) and a few others that don't work on dev

0 commit comments

Comments
 (0)