Skip to content

Commit

Permalink
chore: update minimum Node.js version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Minimum Node.js version is now 10
  • Loading branch information
natesilva committed Dec 10, 2020
1 parent efe9e3b commit 50004fd
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 @@ -15,7 +15,7 @@
"coverage": "nyc --reporter lcov --reporter text --extension .ts mocha \"./test/**/*.ts\""
},
"engines": {
"node": ">=8.10.0"
"node": ">=10.23.0"
},
"repository": "natesilva/is-in-subnet",
"keywords": [
Expand Down

0 comments on commit 50004fd

Please sign in to comment.