Skip to content

Update dependency recharts to v2.15.0 #863

Update dependency recharts to v2.15.0

Update dependency recharts to v2.15.0 #863

Workflow file for this run

name: Lighthouse
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Waiting for Netlify Preview
uses: josephduffy/wait-for-netlify-action@v1
id: wait-for-netflify-preview
with:
site_name: 'brunnerlivio'
max_timeout: 300
- name: Run Lighthouse on urls and validate with lighthouserc
uses: treosh/lighthouse-ci-action@v2
with:
urls: ${{ steps.wait-for-netflify-preview.outputs.url }}
configPath: './lighthouserc.json'
uploadArtifacts: true
temporaryPublicStorage: true