Skip to content

fix: remove hardcoded pnpm version from CI workflows - #36

Merged
kws1207 merged 1 commit into
developfrom
fix/ci-pnpm-version
Apr 8, 2026
Merged

fix: remove hardcoded pnpm version from CI workflows#36
kws1207 merged 1 commit into
developfrom
fix/ci-pnpm-version

Conversation

@kws1207

@kws1207 kws1207 commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • CI workflows(ci.yml, publish.yml)에서 version: 10 제거
  • pnpm/action-setup@v4package.jsonpackageManager: "pnpm@9.7.1" 필드를 자동 감지하도록 변경
  • lockfile(v9.0), Vercel(9.7.1), CI 간 pnpm 버전 불일치 해소

Context

716e8eb에서 Vercel 호환을 위해 packageManagerpnpm@9.7.1로 고정했으나, CI에는 version: 10이 남아 있어 pnpm/action-setup@v4가 두 값의 충돌로 에러를 낼 수 있었음.

Test plan

  • pnpm install --frozen-lockfile 통과
  • pnpm build 통과
  • pnpm lint:fix 통과 (no fixes applied)
  • pnpm test 통과 (79 files, 1205 tests)
  • CI 파이프라인에서 pnpm 9.7.1이 자동 설치되는지 확인

🤖 Generated with Claude Code

pnpm/action-setup@v4 auto-detects the version from package.json's
packageManager field (pnpm@9.7.1). Hardcoding version: 10 conflicts
with the lockfile (v9.0) and the Vercel-compatible pinned version.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented Apr 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
keplr-wallet-mcp-ehxv Ready Ready Preview, Comment Apr 8, 2026 6:03am

Request Review

@piatoss3612 piatoss3612 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kws1207
kws1207 merged commit abd4a6f into develop Apr 8, 2026
6 checks passed
@kws1207
kws1207 deleted the fix/ci-pnpm-version branch April 8, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants