We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cb98b commit 0a22d87Copy full SHA for 0a22d87
.github/workflows/lighthouse-report.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Checkout
24
- uses: actions/checkout@v4.2.2
+ uses: actions/checkout@v4.3.0
25
26
- name: Use Node.js
27
uses: actions/setup-node@v4.4.0
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Audit URLs using Lighthouse
38
id: lighthouse_audit
39
- uses: treosh/lighthouse-ci-action@12.1.0
+ uses: treosh/lighthouse-ci-action@12.6.1
40
with:
41
urls: |
42
http://localhost:3000
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Add Lighthouse stats as comment
68
id: comment_to_pr
69
- uses: marocchino/sticky-pull-request-comment@v2.9.2
+ uses: marocchino/sticky-pull-request-comment@v2.9.4
70
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
number: ${{ github.event.pull_request.number }}
0 commit comments