diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh
index 2702e65cd6e1c2b5755f05a0b24eee48f4fdba81..b0e67c67d5207cf714409f11a8e9075cd9ab443a 100755
--- a/scripts/hab-build-and-push.sh
+++ b/scripts/hab-build-and-push.sh
@@ -19,7 +19,7 @@ pushd "$DIR/.."
 
 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/8.11.3 core/git core/aws-cli
+hab pkg install -b core/coreutils core/bash core/node core/git core/aws-cli
 
 npm ci
 npm run build