Skip to content

Commit

Permalink
Adjust minimal version of Node.js required (#1717)
Browse files Browse the repository at this point in the history
I thought the latest version of the Undici library merely required Node.js
>=20 but it actually requires >=20.18.1, whereas we were as >=20.12.1 in
Reffy. Adjusting package.json file accordingly.
  • Loading branch information
tidoust authored Nov 29, 2024
1 parent 81cb7f3 commit dc6c9b5
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 @@ -27,7 +27,7 @@
],
"license": "MIT",
"engines": {
"node": ">=20.12.1"
"node": ">=20.18.1"
},
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit dc6c9b5

Please sign in to comment.