Skip to content

Commit

Permalink
deps: increase "engines" to "node" : ">= 10.12.0"
Browse files Browse the repository at this point in the history
Makes npm warn users if they are using an unsupported Node version.

Refs: #2123
PR-URL: #2153
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
DeeDeeG authored and rvagg committed Jun 16, 2020
1 parent 33affe2 commit 7857cb2
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 @@ -34,7 +34,7 @@
"which": "^2.0.2"
},
"engines": {
"node": ">= 6.0.0"
"node": ">= 10.12.0"
},
"devDependencies": {
"bindings": "^1.5.0",
Expand Down

0 comments on commit 7857cb2

Please sign in to comment.