Skip to content

Commit

Permalink
Add minimum Node.js version (#38)
Browse files Browse the repository at this point in the history
The minimum Node.js version is now set to v10, which is the oldest
currently supported Node.js LTS version.
  • Loading branch information
Gudahtt authored Mar 11, 2021
1 parent 5d2be93 commit 9a98a3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
"eslint-plugin-node": "^11.1.0",
"mocha": "^7.1.1",
"typescript": "^4.0.5"
},
"engines": {
"node": ">=10"
}
}

0 comments on commit 9a98a3f

Please sign in to comment.