Skip to content

Commit

Permalink
fix: fix supported node version (#21)
Browse files Browse the repository at this point in the history
* ClientRequest#host and ClientRequest#port was added in v12.19.0 / v14.5.0
* 3846masa/axios-cookiejar-support#420 (comment)
  • Loading branch information
3846masa committed Oct 14, 2021
1 parent 5caf46b commit ba78fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"urllib"
],
"engines": {
"node": ">=12.0.0"
"node": ">=12.19.0 <13.0.0 || >=14.5.0"
},
"ava": {
"files": [
Expand Down

0 comments on commit ba78fc1

Please sign in to comment.