Skip to content

fix: import correct app config for SSR #12

fix: import correct app config for SSR

fix: import correct app config for SSR #12

Workflow file for this run

name: Lighthouse CI
on: [push]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 22.x
- name: npm install, build
run: |
npm install
npm run build
- name: run Lighthouse CI
run: |
npm run lighthouse
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}