Uh oh!
There was an error while loading. Please reload this page.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package.json의 버전을5.5.4로 수동으로 복원하셨습니다. 이 프로젝트는pnpm을 사용하고 있으므로,package.json의 버전이 변경되면pnpm-lock.yaml파일 내의 프로젝트 버전 정보도 함께 갱신되어야 합니다. 그렇지 않으면 CI 환경에서--frozen-lockfile옵션 등을 사용할 때 lock 파일 불일치로 인해 빌드나 테스트가 실패할 수 있습니다.pnpm install명령어를 실행하여 lock 파일을 최신 상태로 업데이트하고 함께 커밋하는 것을 권장합니다.