Skip to content

Commit a41648e

Browse files
committed
http-proxy-3 1.20.2, node 18
1 parent 655c1f7 commit a41648e

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ jobs:
5858
# always require at least the oldest version, as well as our
5959
# README.md file under the install section.
6060
node_version:
61-
# ubuntu 24.04 LTS has node 18,
62-
# so we currently require non-distro nodejs ~everywhere
63-
# (e.g. nodesource, containers)
61+
# Removing node 18 is dropping support for ubuntu 24.04 LTS, debian 12
62+
- "18"
6463
- "20"
6564
- "22"
6665
- current

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"commander": "~7.2",
13-
"http-proxy-3": "1.20.0",
13+
"http-proxy-3": "1.20.2",
1414
"prom-client": "14.2.0",
1515
"strftime": "~0.10.0",
1616
"winston": "~3.15.0"
@@ -23,7 +23,7 @@
2323
"ws": "^8.4.0"
2424
},
2525
"engines": {
26-
"node": ">= 20.0"
26+
"node": ">= 18"
2727
},
2828
"engineStrict": true,
2929
"main": "index.js",

0 commit comments

Comments
 (0)