docs: CONTRIBUTING의 node/pnpm 버전 실제값으로 수정#227
Merged
Conversation
CONTRIBUTING.md의 시스템 요구 사항이 실제와 달라 신입 기여자가 그대로 따라 하면 CI와 어긋나는 환경으로 세팅되는 문제를 수정. - node: 18.12.0 -> 22.11.0 (.nvmrc 기준) - pnpm: 8.6.6 -> 10.5.2 (package.json packageManager 기준) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Collaborator
🔍 No files have been changedLatest commit: 5d45f21 Please check your commit. If powered by: naverpay changeset detect-add actions |
Collaborator
🔍 No files have been changedLatest commit: 5d45f21 Please check your commit. powered by: naverpay size-action |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
무엇을
CONTRIBUTING.md의 시스템 요구 사항 버전이 실제 레포 설정과 달라, 신입 기여자가 문서대로 환경을 세팅하면 CI와 어긋나는 문제를 수정합니다.18.12.022.11.0.nvmrc(CI도 Node 22 사용)8.6.610.5.2package.json의packageManager왜
신입 온보딩 중 발견했습니다. 문서의 node@18 / pnpm@8.6.6을 그대로 설치하면
pnpm install --frozen-lockfile이나 빌드 단계에서 CI(Node 22 / pnpm 10.5.2)와 동작이 달라질 수 있어, 진입 장벽이자 디버깅 비용으로 이어집니다.범위
🤖 Generated with Claude Code