Skip to content

deps(deps): bump the minor-and-patch group across 1 directory with 18 updates #39

deps(deps): bump the minor-and-patch group across 1 directory with 18 updates

deps(deps): bump the minor-and-patch group across 1 directory with 18 updates #39

Workflow file for this run

name: Lighthouse CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
concurrency:
group: lighthouse-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
lighthouse:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'npm'
- name: Install
run: npm ci --no-audit --no-fund
- name: Build
run: npm run build
env:
NEXT_PUBLIC_SITE_URL: https://example.com
- name: Run Lighthouse CI
run: npx --no-install lhci autorun
env:
LHCI_BUILD_CONTEXT__CURRENT_HASH: ${{ github.sha }}