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 authored and brettz9 committed May 9, 2019
1 parent 8dbc1b0 commit 4e85091
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 @@ -60,7 +60,7 @@
"typescript": "^3.4.5"
},
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"scripts": {
"spec": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js",
Expand Down

0 comments on commit 4e85091

Please sign in to comment.