Skip to content

Bump astro from 4.16.19 to 7.0.3 #2

Bump astro from 4.16.19 to 7.0.3

Bump astro from 4.16.19 to 7.0.3 #2

Workflow file for this run

name: Lighthouse CI
on:
push:
branches: [main, master]
pull_request:
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build
- uses: treosh/lighthouse-ci-action@v11
with:
configPath: .lighthouserc.json
uploadArtifacts: true
temporaryPublicStorage: true