Skip to content

page.tsx 업데이트 #143

page.tsx 업데이트

page.tsx 업데이트 #143

Workflow file for this run

name: Lighthouse CI
on: [push]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.4
with:
version: 8
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 18.x
- name: install & build
run: |
pnpm install
pnpm build
- name: run Lighthouse CI
run: |
npm install -g @lhci/cli@0.12.0
lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}