Skip to content

Bump puppeteer from 23.9.0 to 23.11.1 #524

Bump puppeteer from 23.9.0 to 23.11.1

Bump puppeteer from 23.9.0 to 23.11.1 #524

Workflow file for this run

# name: Lighthouse CI for Netlify sites
# on:
# pull_request:
# branches:
# - stable
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Wait for the Netlify Preview
# uses: jakepartusch/[email protected]
# id: netlify
# with:
# site_name: "simpixelated"
# max_timeout: 120
# - name: Audit URLs using Lighthouse
# uses: treosh/lighthouse-ci-action@v10
# with:
# urls: |
# ${{ steps.netlify.outputs.url }}
# ${{ steps.netlify.outputs.url }}/two-year-work-retrospective/
# configPath: "./.github/lighthouserc.js"
# temporaryPublicStorage: true