Skip to content

chore: updated lighthouse config #16

chore: updated lighthouse config

chore: updated lighthouse config #16

Workflow file for this run

# name: Lighthouse CI
# on: push
# jobs:
# lighthouseci:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: '18'
# cache: 'yarn'
# registry-url: 'https://registry.npmjs.org'
# - name: Install dependencies
# run: yarn --frozen-lockfile
# - run: yarn docs:build
# - run: yarn lighthouse