Skip to content

Bump follow-redirects from 1.11.0 to 1.15.6 #430

Bump follow-redirects from 1.11.0 to 1.15.6

Bump follow-redirects from 1.11.0 to 1.15.6 #430

Workflow file for this run

name: Lighthouse
on: [push]
jobs:
lhci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
npm install
npm run build
- name: Test ./build
uses: treosh/lighthouse-ci-action@v2
env:
LHCI_GITHUB_APP_TOKEN: ${{secrets.LHCI_GITHUB_APP_TOKEN}}
with:
configPath: './lighthouserc.json'
uploadArtifacts: true
temporaryPublicStorage: true