From 85546920a617fea908958f10303a6901d8f2ea2a Mon Sep 17 00:00:00 2001 From: Marshall Quander <marshall@quander.me> Date: Mon, 23 Jul 2018 16:29:12 -0700 Subject: [PATCH] Pin Habitat Node version to be not Node 10 --- scripts/hab-build-and-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh index f890d0e05..873e4d63f 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 -- GitLab