Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

fix: pnpm setup for ci #3

fix: pnpm setup for ci

fix: pnpm setup for ci #3

Workflow file for this run

name: CI
on: [push]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install -g pnpm && pnpm setup && pnpm install && pnpm install -g @lhci/[email protected]
- run: pnpm run build
- run: lhci autorun