Skip to content

Commit

Permalink
Updated minimum node to 8 and added 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rwky committed May 9, 2019
1 parent 8b35294 commit 0ad9f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: "node_js"
node_js:
- "6"
- "8"
- "10"
- "11"
- "12"

before_install:
- "npm install [email protected] -g"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mocha": "6.x.x"
},
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"scripts": {
"spec": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js",
Expand Down

0 comments on commit 0ad9f48

Please sign in to comment.