Skip to content

Commit

Permalink
ci: add pnpm to the release stup
Browse files Browse the repository at this point in the history
  • Loading branch information
khawarizmus committed Jan 12, 2024
1 parent e569fd9 commit 769ec71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Setup
run: npm i -g @antfu/ni
- run: nr build
Expand Down

0 comments on commit 769ec71

Please sign in to comment.