Skip to content
Snippets Groups Projects
Commit 85546920 authored by Marshall Quander's avatar Marshall Quander
Browse files

Pin Habitat Node version to be not Node 10

parent 5ee67d4b
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ mkdir -p /usr/local/share ...@@ -27,7 +27,7 @@ mkdir -p /usr/local/share
rm /usr/bin/env rm /usr/bin/env
ln -s "$(hab pkg path core/coreutils)/bin/env" /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 install --cache-folder .yarn
GENERATE_SMOKE_TESTS=true yarn build --output-path build GENERATE_SMOKE_TESTS=true yarn build --output-path build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment