Skip to content

Merge pull request #205 from FAMNM/astro #17

Merge pull request #205 from FAMNM/astro

Merge pull request #205 from FAMNM/astro #17

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
- run: npm install && npm install -g @lhci/cli@0.11.x
- run: npm run build
- run: lhci autorun