Skip to content

Commit 3febb1d

Browse files
author
Robert Jackson
authored
Merge pull request #49 from boundless-inc/update-node-support-matrix
Update node support matrix
2 parents 841263c + a4f7451 commit 3febb1d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
22
node_js:
33
- "stable"
4-
- "4"
5-
- "6"
4+
- "8"
5+
- "10"
6+
- "12"
67

78
env:
89
- CXX=g++-4.8 WORKER_COUNT=2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "git+https://github.com/ember-fastboot/fastboot-express-middleware.git"
1212
},
1313
"engines": {
14-
"node": ">= 4.0.0"
14+
"node": "^8 || ^10 || >= 12.*"
1515
},
1616
"keywords": [
1717
"fastboot",

0 commit comments

Comments
 (0)