@@ -10,7 +10,7 @@ It is built in collaboration between Lighthouse Team, Treo (web performance moni
10
10
11
11
** Features** :
12
12
13
- - ✅ Audit URLs using Lighthouse v11
13
+ - ✅ Audit URLs using Lighthouse v12
14
14
- 🎯 Test performance with Lighthouse CI assertions or performance budgets
15
15
- 😻 See failed results in the action interface
16
16
- 💾 Upload results to a private LHCI server, Temporary Public Storage, or as artifacts
34
34
steps :
35
35
- uses : actions/checkout@v4
36
36
- name : Audit URLs using Lighthouse
37
- uses : treosh/lighthouse-ci-action@v11
37
+ uses : treosh/lighthouse-ci-action@v12
38
38
with :
39
39
urls : |
40
40
https://example.com/
85
85
steps:
86
86
- uses: actions/checkout@v4
87
87
- name: Run Lighthouse on urls and validate with lighthouserc
88
- uses: treosh/lighthouse-ci-action@v11
88
+ uses: treosh/lighthouse-ci-action@v12
89
89
with:
90
90
urls: 'https://exterkamp.codes/'
91
91
configPath: './lighthouserc.json'
@@ -132,7 +132,7 @@ jobs:
132
132
steps:
133
133
- uses: actions/checkout@v4
134
134
- 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
136
136
with:
137
137
urls: 'https://example.com/'
138
138
serverBaseUrl: ${{ secrets.LHCI_SERVER_URL }}
@@ -162,7 +162,7 @@ jobs:
162
162
steps:
163
163
- uses: actions/checkout@v4
164
164
- name: Run Lighthouse on urls with lighthouserc
165
- uses: treosh/lighthouse-ci-action@v11
165
+ uses: treosh/lighthouse-ci-action@v12
166
166
with:
167
167
urls: 'https://example.com/'
168
168
configPath: './lighthouserc.json'
@@ -239,7 +239,7 @@ jobs:
239
239
steps:
240
240
- uses: actions/checkout@v4
241
241
- name: Run Lighthouse against a static dist dir
242
- uses: treosh/lighthouse-ci-action@v11
242
+ uses: treosh/lighthouse-ci-action@v12
243
243
with:
244
244
# no urls needed, since it uses local folder to scan .html files
245
245
configPath: './lighthouserc.json'
@@ -289,7 +289,7 @@ jobs:
289
289
with:
290
290
site_name: 'gallant-panini-bc8593'
291
291
- name: Audit URLs using Lighthouse
292
- uses: treosh/lighthouse-ci-action@v11
292
+ uses: treosh/lighthouse-ci-action@v12
293
293
with:
294
294
urls: |
295
295
${{ steps.netlify.outputs.url }}
@@ -316,7 +316,7 @@ jobs:
316
316
steps:
317
317
- uses: actions/checkout@v4
318
318
- name: Run Lighthouse and test budgets
319
- uses: treosh/lighthouse-ci-action@v11
319
+ uses: treosh/lighthouse-ci-action@v12
320
320
with:
321
321
urls: |
322
322
https://pr-$PR_NUMBER.staging-example.com/
@@ -348,7 +348,7 @@ jobs:
348
348
- uses: actions/checkout@v4
349
349
- run: npm install # install dependencies, that includes Lighthouse plugins
350
350
- name: Audit URLs with Field Performance Plugin
351
- uses: treosh/lighthouse-ci-action@v11
351
+ uses: treosh/lighthouse-ci-action@v12
352
352
with:
353
353
urls: |
354
354
https://www.example.com/
@@ -440,7 +440,7 @@ jobs:
440
440
node-version: ${{YOUR_REQUIRED_NODE_JS_VERSION}}
441
441
442
442
- name: Audit URLs using Lighthouse
443
- uses: treosh/lighthouse-ci-action@v11
443
+ uses: treosh/lighthouse-ci-action@v12
444
444
with:
445
445
urls: |
446
446
https://example.com/
0 commit comments