Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Update default versions in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Mar 11, 2019
1 parent bf465bb commit bdbc3e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions run-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ if [[ ! -d $NETLIFY_REPO_DIR ]]; then
fi
cd $NETLIFY_REPO_DIR

: ${NODE_VERSION="8"}
: ${NODE_VERSION="10"}
: ${RUBY_VERSION="2.6.1"}
: ${YARN_VERSION="1.3.2"}
: ${YARN_VERSION="1.13.0"}
: ${PHP_VERSION="5.6"}
: ${GO_VERSION="1.10"}
: ${GO_VERSION="1.12"}

echo "Installing dependencies"
install_dependencies $NODE_VERSION $RUBY_VERSION $YARN_VERSION $PHP_VERSION $GO_VERSION
Expand Down
8 changes: 4 additions & 4 deletions test-tools/test-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ fi
set -e

: ${NETLIFY_IMAGE="netlify/build"}
: ${NODE_VERSION="8"}
: ${NODE_VERSION="10"}
: ${RUBY_VERSION="2.6.1"}
: ${YARN_VERSION="1.3.2"}
: ${YARN_VERSION="1.13.0"}
: ${NPM_VERSION=""}
: ${HUGO_VERSION="0.20"}
: ${HUGO_VERSION="0.54"}
: ${PHP_VERSION="5.6"}
: ${GO_VERSION="1.10"}
: ${GO_VERSION="1.12"}

REPO_URL=$1

Expand Down

0 comments on commit bdbc3e8

Please sign in to comment.