Skip to content

Commit

Permalink
Update resources/shellHelperFunctions.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Durdin <[email protected]>
  • Loading branch information
ermshiperete and mcdurdin authored Dec 6, 2024
1 parent fbc3790 commit afa47e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/shellHelperFunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ _select_node_version_with_nvm() {
else
CURRENT_NODE_VERSION="$(node --version)"
if [[ "$CURRENT_NODE_VERSION" != "v$REQUIRED_NODE_VERSION" ]]; then
nvm install "$REQUIRED_NODE_VERSION"
start /wait nvm use "$REQUIRED_NODE_VERSION"
start //wait //b nvm install "$REQUIRED_NODE_VERSION"
start //wait //b nvm use "$REQUIRED_NODE_VERSION"
fi
fi

Expand Down

0 comments on commit afa47e0

Please sign in to comment.