aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_node.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/run_node.sh')
-rwxr-xr-xtools/run_tests/run_node.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/run_tests/run_node.sh b/tools/run_tests/run_node.sh
index f93c9c30cb..40f61d77cc 100755
--- a/tools/run_tests/run_node.sh
+++ b/tools/run_tests/run_node.sh
@@ -28,8 +28,12 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+NODE_VERSION=$1
+source ~/.nvm/nvm.sh
set -ex
+nvm use $NODE_VERSION
+
CONFIG=${CONFIG:-opt}
# change to grpc repo root