Skip to content

Commit

Permalink
Update lighthouse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nwanduka authored Jun 25, 2024
1 parent 053ea9d commit 8089911
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand All @@ -26,6 +26,5 @@ jobs:
- run: http-server -s &
- name: Run Lighthouse
run: |
npm install -g lhci/[email protected]
sleep 90
npm install -g @lhci/[email protected]
lhci autorun

0 comments on commit 8089911

Please sign in to comment.