Skip to content

Commit

Permalink
Fix: 빌드 오류 수정(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibeom0218 committed Feb 6, 2025
1 parent 9859c2c commit 1000044
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ jobs:
with:
fetch-depth: 0

- name: Corepack 활성화
run: corepack enable

- name: pnpm 설치
run: corepack prepare pnpm@latest --activate
- name: Corepack 최신 버전 설치
run: npm install -g corepack@latest

- name: Corepack 활성화 및 PNPM 설치
run: |
corepack enable
corepack prepare pnpm@latest-10 --activate
npm install -g pnpm@latest
- name: 캐시 종속성
id: cache
Expand Down

0 comments on commit 1000044

Please sign in to comment.