Skip to content

Commit

Permalink
Switched to Node v8 + added v12 to travis checks
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jun 4, 2019
1 parent 6b276f9 commit 295566b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- 6
- 8
- 10
- 12
matrix:
fast_finish: true
notifications:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ clone_depth: 10

environment:
matrix:
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 10

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"release:major": "git push && release-it --github.release --npm.publish --non-interactive --increment major"
},
"engines": {
"node": ">=6.0.0",
"node": ">=8.0.0",
"yarn": ">=1.0.0",
"npm": ">=6.0.0"
},
Expand Down

0 comments on commit 295566b

Please sign in to comment.