diff --git a/.github/workflows/lhci.yml b/.github/workflows/lhci.yml index 00525c6..e70abf5 100644 --- a/.github/workflows/lhci.yml +++ b/.github/workflows/lhci.yml @@ -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 }}