We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7670f13 + acb519a commit a2e3b1cCopy full SHA for a2e3b1c
2 files changed
.travis.yml
@@ -1,9 +1,9 @@
1
language: node_js
2
node_js:
3
- "stable"
4
- - "6"
5
- - "8"
+ - "12"
6
- "10"
+ - "8"
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-app-server.git"
12
},
13
"engines": {
14
- "node": "^4.5 || 6.* || >= 7.*"
+ "node": "8.* || 10.* || >= 12.*"
15
16
"keywords": [
17
"ember",
0 commit comments