Skip to content

Commit

Permalink
Update the minimal Node version supported
Browse files Browse the repository at this point in the history
Usage of the `Array.prototype.flat` requires at least the v11.
  • Loading branch information
titouanmathis committed Dec 9, 2020
1 parent fbe8657 commit f4e59e1
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 @@ -47,6 +47,6 @@
"prettier": "^2.0.5"
},
"engines": {
"node": ">=8"
"node": ">=11"
}
}

0 comments on commit f4e59e1

Please sign in to comment.