From 6741fac8c2d200d2f943ed58a125943d6a7cc7d2 Mon Sep 17 00:00:00 2001 From: Charles Barnes Date: Fri, 13 Sep 2019 15:17:48 -0500 Subject: [PATCH] set engines --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 24106a14..51658335 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,9 @@ "build:client-and-server-bundles": "ng build --prod --configuration=dynamic && ng run career-portal:server:dynamic" }, "private": true, + "engines": { + "node": "10.3.0" + }, "dependencies": { "@angular/animations": "^7.1.2", "@angular/cdk": "^7.1.1",