Skip to content

Commit

Permalink
fix: require node 18.17.0 to fix native fetch memory leak (#5873)
Browse files Browse the repository at this point in the history
fix: require node >=18.17.0 or >=20.1.0 to fix native fetch memory leak
  • Loading branch information
matthewkeil authored Aug 11, 2023
1 parent 7b38a1a commit 3c7b815
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 @@ -2,7 +2,7 @@
"name": "root",
"private": true,
"engines": {
"node": ">=18.15.0"
"node": ">=18.17.0 <19 || >=20.1.0"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 3c7b815

Please sign in to comment.