Skip to content

Commit

Permalink
refactor!: drop support for Node.js 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum required Node.js version is 10.x
  • Loading branch information
juliomrqz committed Nov 28, 2019
1 parent 22a3a76 commit 66e7da1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,6 @@ cache:
notifications:
email: false
node_js:
- "8"
- "10"
- "12"
install: yarn install
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
@@ -1,7 +1,6 @@
# Test against the latest version of this Node.js version
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -117,8 +117,8 @@
"webpack-dev-middleware": "3.7.2"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
"node": ">= 10",
"npm": ">= 5"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 66e7da1

Please sign in to comment.