From 6cf1fb3c10e0bad240308d67d528610a2f9edb12 Mon Sep 17 00:00:00 2001 From: kialam Date: Fri, 8 Jun 2018 14:56:37 -0400 Subject: [PATCH] Update node and nom to LTS version --- awx/ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/package.json b/awx/ui/package.json index b4b3307619..377b62feef 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -10,8 +10,8 @@ "django_host": "localhost" }, "engines": { - "node": "^6.11.3", - "npm": "^3.10.10" + "node": "^8.11.2", + "npm": "^5.6.0" }, "scripts": { "ui-docker-machine": "ip=$(docker-machine ip $DOCKER_MACHINE_NAME); npm set ansible-tower:django_host ${ip}; grunt dev;",