Skip to content

Commit 97973cf

Browse files
author
Robert Jackson
authored
Merge pull request #67 from ember-fastboot/drop-node-8
2 parents 90095a2 + c610415 commit 97973cf

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
node_js:
3-
- "stable"
4-
- "8"
53
- "10"
64
- "12"
5+
- "14"
76

87
env:
98
- CXX=g++-4.8 WORKER_COUNT=2

package.json

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

0 commit comments

Comments
 (0)