Skip to content

Commit

Permalink
feat: drop node 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Juned Kazi committed Feb 14, 2020
1 parent b6816fc commit 5aa1624
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ os:
- osx
addons:
ssh_known_hosts:
- github.com
- github.com
node_js:
- 8
- 10

cache:
directories:
- node_modules
install:
- npm install
- npm install
script:
- npm test
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"

platform:
- x86
- x64
Expand Down
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": ">= 8.0.0 <11.0.0"
"node": ">= 10.0.0 <11.0.0"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 5aa1624

Please sign in to comment.