Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ echo "Installing nvm in $NVM_DIR"

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | PROFILE=/dev/null bash

nvm_plugin_normalize_windows_pwd_for_nvm

# shellcheck source=/dev/null
source "$NVM_DIR/nvm.sh" --no-use

nvm_plugin_normalize_windows_pwd_for_nvm

echo "~~~ :node: Installing Node.js"
install_args=("--no-progress")
if [[ -n ${BUILDKITE_PLUGIN_NVM_VERSION:-} ]]; then
Expand Down