Skip to content

Merge pull request #1451 from OpenBeta/feat-change-recent-contribs #1828

Merge pull request #1451 from OpenBeta/feat-change-recent-contribs

Merge pull request #1451 from OpenBeta/feat-change-recent-contribs #1828

name: Lighthouse
on: [push]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-22.04
steps:
- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
with:
node-version: '20'
- name: 'Checkout Project'
uses: 'actions/checkout@v4'
with:
fetch-depth: 1
- name: Install dependencies
run: yarn install --no-progress
- name: Build OpenBeta project
run: yarn build
- run: npm install -g @lhci/cli@0.12.x
- name: Run Lighthouse CI
run: lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}