Skip to content

Commit e46bd8e

Browse files
junh0328claude
andcommitted
[fix] CI에 pnpm 버전 명시 (packageManager 필드 없어 자동 감지 실패)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e3d2275 commit e46bd8e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- uses: pnpm/action-setup@v4
16+
with:
17+
version: 9
1618

1719
- uses: actions/setup-node@v4
1820
with:

0 commit comments

Comments
 (0)