This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
fix: pnpm setup for ci #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |