Skip to content

Commit dc6c9b5

Browse files
authored
Adjust minimal version of Node.js required (#1717)
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.
1 parent 81cb7f3 commit dc6c9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"license": "MIT",
2929
"engines": {
30-
"node": ">=20.12.1"
30+
"node": ">=20.18.1"
3131
},
3232
"type": "module",
3333
"main": "index.js",

0 commit comments

Comments
 (0)