From a995fb89229f89494a939f183c961b4b1f389064 Mon Sep 17 00:00:00 2001 From: pslyman Date: Mon, 17 Jul 2023 21:03:31 -0600 Subject: [PATCH] attempt 7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afee558..876048e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "postinstall": "ng build --aot --prod", "engines": { - "node": "18.x", + "node": "16.x", "npm": "8.x" }, "private": true,