diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh
index f890d0e053a95860c5d758a5288c451ac7bc89f1..873e4d63f3d6a8aef186ff2ef37a80abef3e0ddc 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
 GENERATE_SMOKE_TESTS=true yarn build --output-path build