codedang
codedang copied to clipboard
Specify Node.js version
Describe the problem and solution
모든 개발 환경에서 동일한 Node.js 버전을 사용하도록 세팅합니다.
- 방법 1:
.nvmrc
사용 - 방법 2:
.node-version
사용 - 방법 3: pnpm 설정 (
use-node-version
)
이 중 방법 3 사용할 예정이고, 나머지는 더 조사해보고 필요하면 같이 적용하겠습니다. ..
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guidelines
- [X] Check that there isn't already an issue