Skip to content

chore(deps)[npm]: bump next from 14.1.0 to 14.2.3 #15

chore(deps)[npm]: bump next from 14.1.0 to 14.2.3

chore(deps)[npm]: bump next from 14.1.0 to 14.2.3 #15

name: Lighthouse CI for Netlify sites
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Wait for the Netlify Preview
uses: jakepartusch/[email protected]
id: netlify
with:
site_name: 'css-connect'
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v11
with:
urls: |
${{ steps.netlify.outputs.url }}
uploadArtifacts: true
configPath: '.github/lighthouse/lighthouserc-assertions.json'