Skip to content

Commit

Permalink
Update to use Node 10.0+ due to Husky upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcL committed Mar 8, 2020
1 parent f887fea commit 8b65346
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 171 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: node_js
node_js:
- '10'
- '8'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.1",
"husky": "^3.0.1",
"husky": "^4.2.3",
"mocha": "^7.1.0",
"sinon": "^9.0.0"
},
Expand All @@ -38,6 +38,6 @@
}
},
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
}
}

0 comments on commit 8b65346

Please sign in to comment.