Skip to content

chore(deps-dev): bump lint-staged from 13.3.0 to 15.1.0 #211

chore(deps-dev): bump lint-staged from 13.3.0 to 15.1.0

chore(deps-dev): bump lint-staged from 13.3.0 to 15.1.0 #211

Workflow file for this run

name: 'LightHouse'
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
lighthouse:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install dependencies
run: npm ci --prefer-offline --no-audit
- name: lighthouse mobile audit
run: npm run lighthouse:mobile
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
- name: lighthouse desktop audit
run: npm run lighthouse:desktop
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}