Skip to content

Commit

Permalink
Update Lighthouse CI and Node (paulirish#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Nov 3, 2021
1 parent c19a938 commit fd05168
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lhci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.x
uses: actions/setup-node@v1
- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 14
- name: npm install, build
run: |
npm install
- name: run Lighthouse CI
run: |
npm install -g @lhci/cli@0.3.x
npm install -g @lhci/cli@0.8.x
lhci autorun --collect.staticDistDir=./variants --upload.target=temporary-public-storage
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

0 comments on commit fd05168

Please sign in to comment.