hello

nodejs 22 환경 만들기

# nvm 설치
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
source ~/.bashrc

# node 22 설치
nvm install v22

# 버전 확인 (25-03-21일자 v22는 v22.14.0)
node -v