|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
DIR="$(command cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |
|
|
|
DIR="$(command cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |
|
|
|
|
|
|
|
|
|
|
|
# shellcheck disable=SC1090 |
|
|
|
# shellcheck disable=SC1090,SC1091 |
|
|
|
\. "$DIR/nvm.sh" --no-use |
|
|
|
\. "$DIR/nvm.sh" --no-use |
|
|
|
|
|
|
|
|
|
|
|
if [ -n "$NODE_VERSION" ]; then |
|
|
|
if [ -n "$NODE_VERSION" ]; then |
|
|
|