Skip to content

Merge pull request #1 from nikolap994/dependabot/npm_and_yarn/astro-7… #3

Merge pull request #1 from nikolap994/dependabot/npm_and_yarn/astro-7…

Merge pull request #1 from nikolap994/dependabot/npm_and_yarn/astro-7… #3

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