Skip to content

Commit 2f8dda6

Browse files
update docs
1 parent 2f678b6 commit 2f8dda6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It is built in collaboration between Lighthouse Team, Treo (web performance moni
1010

1111
**Features**:
1212

13-
- ✅ Audit URLs using Lighthouse v11
13+
- ✅ Audit URLs using Lighthouse v12
1414
- 🎯 Test performance with Lighthouse CI assertions or performance budgets
1515
- 😻 See failed results in the action interface
1616
- 💾 Upload results to a private LHCI server, Temporary Public Storage, or as artifacts
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- name: Audit URLs using Lighthouse
37-
uses: treosh/lighthouse-ci-action@v11
37+
uses: treosh/lighthouse-ci-action@v12
3838
with:
3939
urls: |
4040
https://example.com/
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@v4
8787
- name: Run Lighthouse on urls and validate with lighthouserc
88-
uses: treosh/lighthouse-ci-action@v11
88+
uses: treosh/lighthouse-ci-action@v12
8989
with:
9090
urls: 'https://exterkamp.codes/'
9191
configPath: './lighthouserc.json'
@@ -132,7 +132,7 @@ jobs:
132132
steps:
133133
- uses: actions/checkout@v4
134134
- name: Run Lighthouse on urls and upload data to private lhci server
135-
uses: treosh/lighthouse-ci-action@v11
135+
uses: treosh/lighthouse-ci-action@v12
136136
with:
137137
urls: 'https://example.com/'
138138
serverBaseUrl: ${{ secrets.LHCI_SERVER_URL }}
@@ -162,7 +162,7 @@ jobs:
162162
steps:
163163
- uses: actions/checkout@v4
164164
- name: Run Lighthouse on urls with lighthouserc
165-
uses: treosh/lighthouse-ci-action@v11
165+
uses: treosh/lighthouse-ci-action@v12
166166
with:
167167
urls: 'https://example.com/'
168168
configPath: './lighthouserc.json'
@@ -239,7 +239,7 @@ jobs:
239239
steps:
240240
- uses: actions/checkout@v4
241241
- name: Run Lighthouse against a static dist dir
242-
uses: treosh/lighthouse-ci-action@v11
242+
uses: treosh/lighthouse-ci-action@v12
243243
with:
244244
# no urls needed, since it uses local folder to scan .html files
245245
configPath: './lighthouserc.json'
@@ -289,7 +289,7 @@ jobs:
289289
with:
290290
site_name: 'gallant-panini-bc8593'
291291
- name: Audit URLs using Lighthouse
292-
uses: treosh/lighthouse-ci-action@v11
292+
uses: treosh/lighthouse-ci-action@v12
293293
with:
294294
urls: |
295295
${{ steps.netlify.outputs.url }}
@@ -316,7 +316,7 @@ jobs:
316316
steps:
317317
- uses: actions/checkout@v4
318318
- name: Run Lighthouse and test budgets
319-
uses: treosh/lighthouse-ci-action@v11
319+
uses: treosh/lighthouse-ci-action@v12
320320
with:
321321
urls: |
322322
https://pr-$PR_NUMBER.staging-example.com/
@@ -348,7 +348,7 @@ jobs:
348348
- uses: actions/checkout@v4
349349
- run: npm install # install dependencies, that includes Lighthouse plugins
350350
- name: Audit URLs with Field Performance Plugin
351-
uses: treosh/lighthouse-ci-action@v11
351+
uses: treosh/lighthouse-ci-action@v12
352352
with:
353353
urls: |
354354
https://www.example.com/
@@ -440,7 +440,7 @@ jobs:
440440
node-version: ${{YOUR_REQUIRED_NODE_JS_VERSION}}
441441
442442
- name: Audit URLs using Lighthouse
443-
uses: treosh/lighthouse-ci-action@v11
443+
uses: treosh/lighthouse-ci-action@v12
444444
with:
445445
urls: |
446446
https://example.com/

0 commit comments

Comments
 (0)