We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fac9e commit 203e9c2Copy full SHA for 203e9c2
.github/workflows/lighthouse-report.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v4.2.2
25
26
- name: Use Node.js
27
- uses: actions/setup-node@v4.2.0
+ uses: actions/setup-node@v4.4.0
28
with:
29
node-version: 20
30
@@ -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.1
+ uses: marocchino/sticky-pull-request-comment@v2.9.2
70
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
number: ${{ github.event.pull_request.number }}
0 commit comments