Skip to content

Commit

Permalink
Fixed version to 20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rimashah25 committed May 21, 2024
1 parent c44f5aa commit 80cd430
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion experimental/traffic-portal/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://trafficcontrol.apache.org"
},
"engines": {
"node": ">=20.11.0"
"node": ">=20.0.0"
},
"private": true,
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/traffic-portal/build/traffic_portal_v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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:20.11.0
Requires: nodejs >= 2:20.0.0
Requires(pre): /usr/sbin/useradd, /usr/bin/getent

%define traffic_portal_home /opt/traffic-portal
Expand Down
2 changes: 1 addition & 1 deletion experimental/traffic-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Traffic Portal"
],
"engines": {
"node": ">=20.11.0"
"node": ">=20.0.0"
},
"engineStrict": true,
"scripts": {
Expand Down

0 comments on commit 80cd430

Please sign in to comment.