Skip to content

Commit

Permalink
upgrade to @v10
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseykulikov committed Apr 24, 2023
1 parent 6651275 commit 03becbf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v9
uses: treosh/lighthouse-ci-action@v10
with:
urls: |
https://example.com/
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Lighthouse on urls and validate with lighthouserc
uses: treosh/lighthouse-ci-action@v9
uses: treosh/lighthouse-ci-action@v10
with:
urls: 'https://exterkamp.codes/'
configPath: './lighthouserc.json'
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Lighthouse on urls and upload data to private lhci server
uses: treosh/lighthouse-ci-action@v9
uses: treosh/lighthouse-ci-action@v10
with:
urls: 'https://example.com/'
serverBaseUrl: ${{ secrets.LHCI_SERVER_URL }}
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Lighthouse on urls with lighthouserc
uses: treosh/lighthouse-ci-action@v9
uses: treosh/lighthouse-ci-action@v10
with:
urls: 'https://example.com/'
configPath: './lighthouserc.json'
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Lighthouse against a static dist dir
uses: treosh/lighthouse-ci-action@v9
uses: treosh/lighthouse-ci-action@v10
with:
# no urls needed, since it uses local folder to scan .html files
configPath: './lighthouserc.json'
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
with:
site_name: 'gallant-panini-bc8593'
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v9
uses: treosh/lighthouse-ci-action@v10
with:
urls: |
${{ steps.netlify.outputs.url }}
Expand All @@ -316,7 +316,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Lighthouse and test budgets
uses: treosh/lighthouse-ci-action@v9
uses: treosh/lighthouse-ci-action@v10
with:
urls: |
https://pr-$PR_NUMBER.staging-example.com/
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
- uses: actions/checkout@v3
- run: npm install # install dependencies, that includes Lighthouse plugins
- name: Audit URLs with Field Performance Plugin
uses: treosh/lighthouse-ci-action@v9
uses: treosh/lighthouse-ci-action@v10
with:
urls: |
https://www.example.com/
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
node-version: ${{YOUR_REQUIRED_NODE_JS_VERSION}}
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v9
uses: treosh/lighthouse-ci-action@v10
with:
urls: |
https://example.com/
Expand Down

0 comments on commit 03becbf

Please sign in to comment.