Skip to content

chore(deps-dev): Bump @types/node from 20.12.7 to 20.12.8 #2715

chore(deps-dev): Bump @types/node from 20.12.7 to 20.12.8

chore(deps-dev): Bump @types/node from 20.12.7 to 20.12.8 #2715

Workflow file for this run

name: Lighthouse CI
on: pull_request
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Wait for Vercel preview deployment to be ready
uses: patrickedqvist/wait-for-vercel-preview@main
id: waitForVercelPreviewDeployment
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 480
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v10
env:
ENVIRONMENT_URL: ${{ steps.waitForVercelPreviewDeployment.outputs.url }}
with:
urls: |
$ENVIRONMENT_URL/
$ENVIRONMENT_URL/resume
$ENVIRONMENT_URL/blog
$ENVIRONMENT_URL/blog/adding-themed-color-classes-to-bootstrap
$ENVIRONMENT_URL/blog/launch-angular-from-vs-project
$ENVIRONMENT_URL/blog/mdx-custom-fenced-codeblocks
runs: 3
uploadArtifacts: true # save results as an action artifacts
temporaryPublicStorage: true # upload lighthouse report to the temporary storage