From a0a5aa3ef7b4d2cc13b694ef871f9c703f320b7c Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Thu, 7 May 2020 11:36:47 -0700 Subject: [PATCH] Call nvm in the ARM script --- .../tools/run_tests/artifacts/build_artifact_node_arm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/grpc-native-core/tools/run_tests/artifacts/build_artifact_node_arm.sh b/packages/grpc-native-core/tools/run_tests/artifacts/build_artifact_node_arm.sh index a6e414f9..6723bc25 100755 --- a/packages/grpc-native-core/tools/run_tests/artifacts/build_artifact_node_arm.sh +++ b/packages/grpc-native-core/tools/run_tests/artifacts/build_artifact_node_arm.sh @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" && nvm install 12 + set -ex # https://github.com/mapbox/node-pre-gyp/issues/362