Skip to content

Commit 4219fbc

Browse files
Bump treosh/lighthouse-ci-action from 11.4.0 to 12.1.0 (#3693)
* 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 --------- 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 795caeb commit 4219fbc

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/predeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js for use with actions
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: '16'
38+
node-version: '20'
3939
- name: Set up Python 3.8
4040
uses: actions/setup-python@v5.1.0
4141
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: ./src/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-template-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js for use with actions
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: '16'
38+
node-version: '20'
3939
- name: Test Template Changes
4040
run: ./src/tools/scripts/test_template_changes.sh
4141
- name: 'Comment PR'

.github/workflows/test_website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js for use with actions
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: '16'
31+
node-version: '20'
3232
- name: Set up Python 3.8
3333
uses: actions/setup-python@v5.1.0
3434
with:
@@ -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@11.4.0
56+
uses: treosh/lighthouse-ci-action@12.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

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An `.editorconfig` file exists for those using [EditorConfig](https://editorconf
1414

1515
Make sure you run the following commands from within the `src` directory by executing `cd src` first.
1616

17-
Make sure Python (3.8 or above), pip and NodeJS (v16 or above) are installed on your machine.
17+
Make sure Python (3.8 or above), pip and NodeJS (v20 or above) are installed on your machine.
1818

1919
1. If you don't have virtualenv, install it using pip.
2020

0 commit comments

Comments
 (0)