소스 검색

build: test nvm

Burt 1 년 전
부모
커밋
06bcf616c6
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .husky/commit-msg
  2. 1 1
      .husky/pre-commit

+ 1 - 1
.husky/commit-msg

@@ -6,7 +6,7 @@ export NVM_DIR="$HOME/.nvm"
 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
 
 # Use the correct Node.js version
-nvm use v20.15.1
+# nvm use v20.15.1
 
 # Run the commit-msg hook
 npx --no-install commitlint --edit

+ 1 - 1
.husky/pre-commit

@@ -6,7 +6,7 @@ export NVM_DIR="$HOME/.nvm"
 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
 
 # Use the correct Node.js version
-nvm use v20.15.1
+# nvm use v20.15.1
 
 # Run the pre-commit hook
 npx --no-install -- lint-staged