Skip to content

Commit

Permalink
BREAKING: Drop support for Node.js 14-15,17,19
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Dec 4, 2023
1 parent 48f3432 commit ee3482e
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 @@ -21,7 +21,7 @@
"graph"
],
"engines": {
"node": ">=14"
"node": "^16.20 || ^18.16 || >=20"
},
"main": "./lib/api",
"bin": {
Expand Down

0 comments on commit ee3482e

Please sign in to comment.