diff options
author | murgatroid99 <mlumish@google.com> | 2017-06-27 13:53:19 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2017-06-27 13:54:22 -0700 |
commit | 7ad758cd846bb6f15d3e655ce148ccc099a041e4 (patch) | |
tree | 02a4989eb91a4fe19cd3d1640bc56a0f3c3db143 /tools/run_tests/artifacts/build_artifact_node.sh | |
parent | 71a78e92cb9f6af405e6f80c9a31c408c4025095 (diff) |
Make various scripts use the same version of Node
Diffstat (limited to 'tools/run_tests/artifacts/build_artifact_node.sh')
-rwxr-xr-x | tools/run_tests/artifacts/build_artifact_node.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/artifacts/build_artifact_node.sh b/tools/run_tests/artifacts/build_artifact_node.sh index 9d390831b8..581df721ae 100755 --- a/tools/run_tests/artifacts/build_artifact_node.sh +++ b/tools/run_tests/artifacts/build_artifact_node.sh @@ -16,7 +16,7 @@ NODE_TARGET_ARCH=$1 source ~/.nvm/nvm.sh -nvm use 4 +nvm use 8 set -ex cd $(dirname $0)/../../.. |