Skip to content

Commit a0b5ea2

Browse files
author
Robert Jackson
authored
Update node engines to match node versions we are testing against (#225)
Update node engines to match node versions we are testing against
2 parents 57a7633 + f081bd4 commit a0b5ea2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "git+https://github.com/ember-fastboot/fastboot.git"
1616
},
1717
"engines": {
18-
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
18+
"node": "^8.10.0 || 10.* || >=12"
1919
},
2020
"keywords": [
2121
"ember",

0 commit comments

Comments
 (0)