Skip to content

build(deps): bump serve-static and express #40

build(deps): bump serve-static and express

build(deps): bump serve-static and express #40

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: 'npm'
- run: npm ci && npm install -g @lhci/[email protected]
- run: npm run build
- run: lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}