Skip to content

Commit 8a958d0

Browse files
jhlee0409claude
andcommitted
fix(ci): remove pnpm version conflict in release workflow
pnpm/action-setup@v4 detects version from packageManager field in package.json, so explicit version: 10 causes a conflict. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 789443c commit 8a958d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/updater-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666

6767
- name: install pnpm
6868
uses: pnpm/action-setup@v4
69-
with:
70-
version: 10
7169

7270
- name: setup node
7371
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)