Skip to content

Commit

Permalink
Update engines field (#91)
Browse files Browse the repository at this point in the history
* Update engines field

In #89 support for Node.js 10 and 12 were dropped. It didn't explicitly mention a minimum version, but seems to be testing on the latest 14.x. I chose 14.13.1 since that is the minimum version of Node.js 14.x that Multer supports, and I would be very happy if this module would also support it.

* Relax engines field to Node.js 14.0.0

Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>

Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
  • Loading branch information
LinusU and Uzlopak authored Jun 9, 2022
1 parent 5e7e2ed commit 4ca6370
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 @@ -32,7 +32,7 @@
"test": "npm run test:mocha"
},
"engines": {
"node": ">=10.17.0"
"node": ">=14"
},
"dependencies": {
"text-decoding": "^1.0.0"
Expand Down

0 comments on commit 4ca6370

Please sign in to comment.