Skip to content

Commit

Permalink
fix: update minimum node version requirement
Browse files Browse the repository at this point in the history
BREAKING CHANGE: We now require node 10
  • Loading branch information
MarshallOfSound committed Aug 20, 2020
1 parent a6bb419 commit e02b410
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 @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/electron/electron-rebuild",
"engines": {
"node": ">=6.0.0"
"node": ">=10.0.0"
},
"dependencies": {
"colors": "^1.3.3",
Expand Down

0 comments on commit e02b410

Please sign in to comment.