You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by rs...@apache.org on 2023/05/17 16:10:10 UTC

[trafficcontrol] branch master updated: TPv2 Specify Exact Minimum Required Node Version (#7528)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a814199384 TPv2 Specify Exact Minimum Required Node Version (#7528)
a814199384 is described below

commit a814199384b4f9481ef4d96a4eddd10db765b48e
Author: Steve Hamrick <sh...@gmail.com>
AuthorDate: Wed May 17 10:10:04 2023 -0600

    TPv2 Specify Exact Minimum Required Node Version (#7528)
    
    * Specify exact required version
    
    * Wrong version
---
 experimental/traffic-portal/build/traffic_portal_v2.spec | 2 +-
 experimental/traffic-portal/package.json                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/experimental/traffic-portal/build/traffic_portal_v2.spec b/experimental/traffic-portal/build/traffic_portal_v2.spec
index 46182f66fc..4484747f3c 100644
--- a/experimental/traffic-portal/build/traffic_portal_v2.spec
+++ b/experimental/traffic-portal/build/traffic_portal_v2.spec
@@ -25,7 +25,7 @@ License:  Apache License, Version 2.0
 URL:      https://github.com/apache/trafficcontrol/
 Source:   %{_sourcedir}/traffic-portal-%{traffic_control_version}.tgz
 AutoReqProv: no
-Requires: nodejs >= 2:16.0.0
+Requires: nodejs >= 2:16.14.0
 Requires(pre): /usr/sbin/useradd, /usr/bin/getent
 
 %define traffic_portal_home /opt/traffic-portal
diff --git a/experimental/traffic-portal/package.json b/experimental/traffic-portal/package.json
index b743701504..2f68a863d7 100644
--- a/experimental/traffic-portal/package.json
+++ b/experimental/traffic-portal/package.json
@@ -24,7 +24,7 @@
     "Traffic Portal"
   ],
   "engines": {
-    "node": ">=16"
+    "node": ">=16.14.0"
   },
   "engineStrict": true,
   "scripts": {