Skip to content

Commit

Permalink
Remove Node 6 from Travis
Browse files Browse the repository at this point in the history
Node 6 is EOL
  • Loading branch information
bookernath committed May 31, 2019
1 parent ce09c03 commit 1cab37f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ addons:
ssh_known_hosts:
- github.com
node_js:
- 6
- 8
cache:
directories:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "6"
platform:
- x86
- x64
Expand Down
24 changes: 24 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
"engines": {
"node": ">= 6.0.0 <9.0.0"
"node": ">= 8.0.0 <9.0.0"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 1cab37f

Please sign in to comment.