Skip to content

Commit

Permalink
ci: bump lighthouse to 11.7.1 (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Apr 10, 2024
1 parent 461a056 commit 3850439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ jobs:
- uses: peaceiris/workflows/[email protected]
with:
node-version-file: ".nvmrc"
cache: ""
cache: "npm"

- name: Install lighthouse
run: sudo npm i -g lighthouse@9.6.8
run: sudo npm i -g lighthouse@11.7.1

- name: Run lighthouse
run: |
Expand Down

0 comments on commit 3850439

Please sign in to comment.