Skip to content

Commit

Permalink
Lower Node.js version requirement to 8.×.×.
Browse files Browse the repository at this point in the history
node-fetch supports 6.×.× (and even 4; but not 5). However, having the version requirement at 8.×.× makes testing easier, as some testing utilities don't support older versions.
  • Loading branch information
Pimm committed Aug 18, 2024
1 parent f141296 commit 62100d5
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 @@ -22,7 +22,7 @@
"jsnext:main": "dist/mollie.esm.js",
"types": "dist/types/src/types.d.ts",
"engines": {
"node": ">=14"
"node": ">=8"
},
"scripts": {
"prepublish": "yarn build",
Expand Down

0 comments on commit 62100d5

Please sign in to comment.