We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 841263c + a4f7451 commit 3febb1dCopy full SHA for 3febb1d
.travis.yml
@@ -1,8 +1,9 @@
1
language: node_js
2
node_js:
3
- "stable"
4
- - "4"
5
- - "6"
+ - "8"
+ - "10"
6
+ - "12"
7
8
env:
9
- CXX=g++-4.8 WORKER_COUNT=2
package.json
@@ -11,7 +11,7 @@
11
"url": "git+https://github.com/ember-fastboot/fastboot-express-middleware.git"
12
},
13
"engines": {
14
- "node": ">= 4.0.0"
+ "node": "^8 || ^10 || >= 12.*"
15
16
"keywords": [
17
"fastboot",
0 commit comments