Skip to content

Update playwright action #4

Update playwright action

Update playwright action #4

Workflow file for this run

name: lighthouse
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
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/[email protected]
- run: npm run build
- run: lhci autorun