Skip to content

Commit

Permalink
chore: workflow에 pnpm 설치
Browse files Browse the repository at this point in the history
  • Loading branch information
황 태환 committed Mar 5, 2024
1 parent 82e67c1 commit 4f38891
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 4f38891

Please sign in to comment.