Skip to content

Commit afa244c

Browse files
committed
feat(node): 5.9.0
1 parent 6553423 commit afa244c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PKG_VERSION = $(shell ./node_modules/.bin/latest-version $(PKG_NAME))
55
NPM_PROXY = https://registry.npmjs.com
66
DOCKER_USER := makeomatic
77
DIST := $(DOCKER_USER)/$(PKG_NAME)
8-
NODE_VERSIONS := 5.8.0
8+
NODE_VERSIONS := 5.9.0
99
ENVS := development production
1010
TASK_LIST := $(foreach env,$(ENVS),$(addsuffix .$(env), $(NODE_VERSIONS)))
1111
WORKDIR := /src

0 commit comments

Comments
 (0)