Latest LTS release for NodeJS is v6.11.3. Should update this periodically
depending on releases by that community.
Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
# some OSes require a newer version of NodeJS
# NOTE: Using the LTS binaries for NodeJS
-export NODEJS_VERSION=v6.10.1
+export NODEJS_VERSION=v6.11.3
export NODEJS_BINDIR=node-$(NODEJS_VERSION)-linux-x64
export NODEJS_TARBIN=$(NODEJS_BINDIR).tar.xz
export NODEJS_BINARY="https://nodejs.org/dist/$(NODEJS_VERSION)/$(NODEJS_TARBIN)"