Skip to content

Commit

Permalink
ci: add pnpm action setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 29, 2023
1 parent fa86948 commit f2d51ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm build
- run: pnpm test

0 comments on commit f2d51ca

Please sign in to comment.