From 06bcf616c6ba307d997f013b0d3b33fcc4b73930 Mon Sep 17 00:00:00 2001 From: Burt Date: Sun, 10 Nov 2024 22:32:20 +0800 Subject: [PATCH] build: test nvm --- .husky/commit-msg | 2 +- .husky/pre-commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index db13bbb..c504a50 100755 --- a/.husky/commit-msg +++ b/.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 diff --git a/.husky/pre-commit b/.husky/pre-commit index 03adbc9..eefe448 100755 --- a/.husky/pre-commit +++ b/.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