diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh
index 7d1f356f5da64688031a678a6924458bff72e275..facba7398e9fab8ab24a37cc265488802c1c1d04 100755
--- a/scripts/hab-build-and-push.sh
+++ b/scripts/hab-build-and-push.sh
@@ -27,7 +27,7 @@ mkdir -p /usr/local/share
 
 rm /usr/bin/env
 ln -s "$(hab pkg path core/coreutils)/bin/env" /usr/bin/env
-hab pkg install -b core/coreutils core/bash core/node core/yarn core/git core/aws-cli
+hab pkg install -b core/coreutils core/bash core/node/8.11.3 core/yarn core/git core/aws-cli
 
 yarn install --cache-folder .yarn
 yarn build --output-path build
diff --git a/scripts/run-local-reticulum.sh b/scripts/run-local-reticulum.sh
old mode 100644
new mode 100755