We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6553423 commit afa244cCopy full SHA for afa244c
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.8.0
+NODE_VERSIONS := 5.9.0
9
ENVS := development production
10
TASK_LIST := $(foreach env,$(ENVS),$(addsuffix .$(env), $(NODE_VERSIONS)))
11
WORKDIR := /src
0 commit comments