Skip to content

Commit

Permalink
fix: add install pnpm workflow. (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Sep 13, 2024
1 parent 30fc469 commit 7714700
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
node-version: 18

- name: Install pnpm
run: |
npm install -g pnpm
- name: Install Dependencies
run: pnpm install

Expand Down

0 comments on commit 7714700

Please sign in to comment.