Skip to content

Commit

Permalink
ci: setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed Dec 25, 2023
1 parent 7e7411b commit 833be38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- run: pnpm lint
- run: pnpm build

0 comments on commit 833be38

Please sign in to comment.