Skip to content

chore(deps-dev): bump eslint from 8.57.1 to 9.20.0 #2190

chore(deps-dev): bump eslint from 8.57.1 to 9.20.0

chore(deps-dev): bump eslint from 8.57.1 to 9.20.0 #2190

Workflow file for this run

name: Build & Deploy
on:
push:
schedule:
- cron: "0 20 * * *"
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run Lighthouse CI
run: |
yarn install --immutable
yarn build
yarn test:lighthouse
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}