Skip to content

fix(deps): bump actions/setup-node from 3.6.0 to 4.0.1 #222

fix(deps): bump actions/setup-node from 3.6.0 to 4.0.1

fix(deps): bump actions/setup-node from 3.6.0 to 4.0.1 #222

Workflow file for this run

name: 'LightHouse'
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
lighthouse:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install dependencies
run: npm ci --prefer-offline --no-audit
- name: lighthouse mobile audit
run: npm run lighthouse:mobile
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
- name: lighthouse desktop audit
run: npm run lighthouse:desktop
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}