We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57a7633 + f081bd4 commit a0b5ea2Copy full SHA for a0b5ea2
2 files changed
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- "stable"
4
- - "6"
+ - "12"
5
+ - "10"
6
- "8"
- - "10"
package.json
@@ -15,7 +15,7 @@
15
"url": "git+https://github.com/ember-fastboot/fastboot.git"
16
},
17
"engines": {
18
- "node": "^6.14.0 || ^8.10.0 || >=9.10.0"
+ "node": "^8.10.0 || 10.* || >=12"
19
20
"keywords": [
21
"ember",
0 commit comments