Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseykulikov committed Feb 3, 2021
1 parent 34b96b8 commit 05136f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v3
uses: treosh/lighthouse-ci-action@v7
with:
urls: |
https://example.com/
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run Lighthouse on urls and validate with lighthouserc
uses: treosh/lighthouse-ci-action@v3
uses: treosh/lighthouse-ci-action@v7
with:
urls: 'https://exterkamp.codes/'
configPath: './lighthouserc.json'
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run Lighthouse on urls and upload data to private lhci server
uses: treosh/lighthouse-ci-action@v3
uses: treosh/lighthouse-ci-action@v7
with:
urls: 'https://example.com/'
serverBaseUrl: ${{ secrets.LHCI_SERVER_URL }}
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run Lighthouse on urls with lighthouserc
uses: treosh/lighthouse-ci-action@v3
uses: treosh/lighthouse-ci-action@v7
with:
urls: 'https://example.com/'
configPath: './lighthouserc.json'
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run Lighthouse against a static dist dir
uses: treosh/lighthouse-ci-action@v3
uses: treosh/lighthouse-ci-action@v7
with:
# no urls needed, since it uses local folder to scan .html files
configPath: './lighthouserc.json'
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
with:
site_name: 'gallant-panini-bc8593'
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v3
uses: treosh/lighthouse-ci-action@v7
with:
urls: |
${{ steps.netlify.outputs.url }}
Expand All @@ -324,7 +324,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run Lighthouse and test budgets
uses: treosh/lighthouse-ci-action@v3
uses: treosh/lighthouse-ci-action@v7
with:
urls: |
https://pr-$PR_NUMBER.staging-example.com/
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
- uses: actions/checkout@v2
- run: npm install # install dependencies, that includes Lighthouse plugins
- name: Audit URLs with Field Performance Plugin
uses: treosh/lighthouse-ci-action@v3
uses: treosh/lighthouse-ci-action@v7
with:
urls: |
https://www.example.com/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lighthouse-ci-action",
"version": "3.1.0",
"version": "7.0.0",
"license": "MIT",
"description": "Run Lighthouse in CI using Github Actions",
"repository": "treosh/lighthouse-ci-action",
Expand Down

0 comments on commit 05136f5

Please sign in to comment.