Skip to content

chore(main): release 3.118.2 #1575

chore(main): release 3.118.2

chore(main): release 3.118.2 #1575

Workflow file for this run

name: Lighthouse
on:
push:
branches: [ main ]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install Lighthouse CI
run: npm install -g @lhci/[email protected]
- name: Run Lighthouse CI
run: lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}