Skip to content

Commit 7cbbd70

Browse files
Bump treosh/lighthouse-ci-action from 11.4.0 to 12.1.0 (#891)
* Bump treosh/lighthouse-ci-action from 11.4.0 to 12.1.0 Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 11.4.0 to 12.1.0. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](treosh/lighthouse-ci-action@11.4.0...12.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> * Upgrade to Node 20 * Upgrade other action to node 20 too --------- 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 4cc625d commit 7cbbd70

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/predeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js for use with actions
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '16'
27+
node-version: '20'
2828
- name: Set up Python 3.8
2929
uses: actions/setup-python@v5
3030
with:

.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: ./tools/scripts/set_lighthouse_urls.sh -p
3030
- name: Audit URLs using Lighthouse
31-
uses: treosh/lighthouse-ci-action@11.4.0
31+
uses: treosh/lighthouse-ci-action@12.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js for use with actions
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: '16'
26+
node-version: '20'
2727
- name: Set up Python 3.8
2828
uses: actions/setup-python@v5
2929
with:
@@ -48,7 +48,7 @@ jobs:
4848
COMMIT_SHA: ${{ github.sha }}
4949
run: ./tools/scripts/set_lighthouse_urls.sh
5050
- name: Audit URLs using Lighthouse
51-
uses: treosh/lighthouse-ci-action@11.4.0
51+
uses: treosh/lighthouse-ci-action@12.1.0
5252
id: LHCIAction
5353
with:
5454
# 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)