Skip to content

Commit

Permalink
Drop Node 6 and Node 11 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Nov 1, 2019
1 parent 808479b commit 74b5a6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"

branches:
only:
Expand All @@ -13,9 +14,6 @@ branches:
env:
- CXX=g++-4.8 WORKER_COUNT=2

sudo: false
dist: trusty

addons:
apt:
sources:
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
environment:
MOCHA_REPORTER: "mocha-appveyor-reporter"
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"broccoli-file-creator": "^1.1.1"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "8.* || 10.* || >= 12.*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 74b5a6d

Please sign in to comment.