Skip to content

chore(deps): bump undici from 5.14.0 to 5.26.2 #269

chore(deps): bump undici from 5.14.0 to 5.26.2

chore(deps): bump undici from 5.14.0 to 5.26.2 #269

Workflow file for this run

name: Lighthouse
concurrency:
group: lighthouse-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on: [pull_request]
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Wait for Vercel preview deployment
uses: patrickedqvist/[email protected]
id: waitForVercelPreviewDeployment
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 600
check_interval: 15
- name: Warm-up devfaq cache
run: |
curl ${{ steps.waitForVercelPreviewDeployment.outputs.url }}
curl ${{ steps.waitForVercelPreviewDeployment.outputs.url }}/questions/js/1
- name: Lighthouse
uses: foo-software/[email protected]
with:
urls: ${{ steps.waitForVercelPreviewDeployment.outputs.url }}
gitHubAccessToken: ${{ secrets.GITHUB_TOKEN }}
locale: pl
prCommentEnabled: true