Skip to content

Commit

Permalink
chore(node): require at least Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
MDLeom committed Oct 2, 2023
1 parent 57f8afd commit a34ae98
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 @@ -9,7 +9,7 @@
"got": "^13.0.0"
},
"engines": {
"node": ">= 14.15.0"
"node": ">= 18.12.0"
},
"type": "module"
}

0 comments on commit a34ae98

Please sign in to comment.