Skip to content

Commit

Permalink
fix(@nanoexpress/middleware-formidable): upgrade minimum Node.js version
Browse files Browse the repository at this point in the history
BREAKING: Requires Node v18+
  • Loading branch information
dalisoft committed Mar 2, 2023
1 parent 6f414d5 commit e157f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/formidable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://www.patreon.com/dalisoft"
},
"engines": {
"node": ">=12.16.0"
"node": ">=18.12.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e157f36

Please sign in to comment.