There was an error while loading. Please reload this page.
1 parent 7cfe4eb commit 7c89444Copy full SHA for 7c89444
1 file changed
Makefile
@@ -5,7 +5,7 @@ PKG_VERSION = $(shell ./node_modules/.bin/latest-version $(PKG_NAME))
5
NPM_PROXY = https://registry.npmjs.com
6
DOCKER_USER := makeomatic
7
DIST := $(DOCKER_USER)/$(PKG_NAME)
8
-NODE_VERSIONS := 5.9.1
+NODE_VERSIONS := 5.10.1
9
ENVS := development production
10
TASK_LIST := $(foreach env,$(ENVS),$(addsuffix .$(env), $(NODE_VERSIONS)))
11
WORKDIR := /src
0 commit comments