From 21f3e843fd641a6d662ea80cb984f949eb9fa671 Mon Sep 17 00:00:00 2001 From: Gabriel Ramirez Date: Wed, 11 May 2016 14:45:42 -0400 Subject: [PATCH] bump the nodejs version to 4 This is unlikely to fix the issue on CI but since nodejs v0.10.x will be removed soon from the buildpack it makes sense to update the packages.json file [#118957197] Signed-off-by: John Shahid --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index baec9f7b..d4cad465 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "description": "a Sails application", "engines": { - "node": "0.10.x" + "node": "4.x.x" }, "keywords": [], "dependencies": {