From e7ed2934e67bd75f9bc72f7765087198a71ea648 Mon Sep 17 00:00:00 2001 From: Mahesh Chandra <148360659+maheshchandra10@users.noreply.github.com> Date: Sun, 22 Oct 2023 19:58:04 +0530 Subject: [PATCH] enhancement: upgrade package.json to Latest LTS --- frontend/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/package.json b/frontend/package.json index b0d3e17..612e498 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -8,6 +8,9 @@ "watch": "ng build --watch --configuration development", "test": "ng test" }, + "engines": { + "node": "18.18.2" + }, "private": true, "dependencies": { "@angular/animations": "^14.0.0",