Skip to content

build(deps-dev): bump @babel/runtime from 7.21.5 to 7.24.7 (#381) #26

build(deps-dev): bump @babel/runtime from 7.21.5 to 7.24.7 (#381)

build(deps-dev): bump @babel/runtime from 7.21.5 to 7.24.7 (#381) #26

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 }}