Skip to content

chore(deps): bump @types/node from 20.14.9 to 22.7.3 #570

chore(deps): bump @types/node from 20.14.9 to 22.7.3

chore(deps): bump @types/node from 20.14.9 to 22.7.3 #570

Workflow file for this run

---
name: Lighthouse
on: # yamllint disable-line rule:truthy
- push
jobs:
lighthouseci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '21'
- name: Install
run: npm ci && npm install -g @lhci/[email protected]
- name: Build
run: npm run build
- name: Lighthouse Collect
run: lhci collect
- name: Lighthouse Upload
run: lhci upload
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}