Skip to content

Commit

Permalink
Drop support for Node 8
Browse files Browse the repository at this point in the history
Node 8 LTS has been EOL since 2019-12-31. Current LTS is Node >=10, see: https://github.com/nodejs/Release.
  • Loading branch information
walokra authored and markstos committed Oct 28, 2020
1 parent cb39845 commit 08482ad
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,7 +47,7 @@
"sinon": "^7.2.7"
},
"engines": {
"node": ">= 8"
"node": ">= 10"
},
"scripts": {
"test": "npm run lint && mocha",
Expand Down

0 comments on commit 08482ad

Please sign in to comment.