Skip to content

Commit

Permalink
Update node and GitHub Actions versions (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Sep 11, 2022
1 parent 32f4a55 commit 698f70a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lhci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ jobs:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: npm install, build
run: |
npm install
- name: run Lighthouse CI
run: |
npm install -g @lhci/cli@0.8.x
npm install -g @lhci/cli@0.9.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 698f70a

Please sign in to comment.