Skip to content

Commit 51d2373

Browse files
committed
Drop Node 8 and 13 support
1 parent 9b4e88f commit 51d2373

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.travis.yml

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

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ particular, you can provide a custom:
2727

2828
## Requirements
2929

30-
FastBoot App Server requires Node.js v8 or later.
30+
FastBoot App Server requires Node.js v10 or later.
3131

3232
## Quick Start
3333

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-app-server.git"
1313
},
1414
"engines": {
15-
"node": "8.* || 10.* || >= 12.*"
15+
"node": "10.* || 12.* || >= 14"
1616
},
1717
"keywords": [
1818
"ember",

0 commit comments

Comments
 (0)