This is an automated email from the ASF dual-hosted git repository.

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new c1395af22 specify known working nodejs and npm versions in 
package.json (#2074)
c1395af22 is described below

commit c1395af22fc7511ac55315225be3262f7e74c2de
Author: Micah Stubbs <[email protected]>
AuthorDate: Tue May 17 10:55:56 2022 -0700

    specify known working nodejs and npm versions in package.json (#2074)
    
    helix-front: specify known working nodejs and npm versions in package.json
---
 helix-front/package.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/helix-front/package.json b/helix-front/package.json
index d8f2218ca..79c1ff51d 100644
--- a/helix-front/package.json
+++ b/helix-front/package.json
@@ -21,6 +21,10 @@
     "e2e": "ng e2e",
     "smoke": "ng lint && ng test -sr && npm run build"
   },
+  "engines": {
+    "node": "8.9.4",
+    "npm": "5.5.1"
+  },
   "dependencies": {
     "@angular/animations": "^5.1.1",
     "@angular/cdk": "^5.0.1",

Reply via email to