Skip to content

Commit

Permalink
Drop Node 8 and 13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bobisjan committed Oct 24, 2020
1 parent 9b4e88f commit 51d2373
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "stable"
- "12"
- "10"
- "8"
- "12"
- "14"

env:
- CXX=g++-4.8 WORKER_COUNT=2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ particular, you can provide a custom:

## Requirements

FastBoot App Server requires Node.js v8 or later.
FastBoot App Server requires Node.js v10 or later.

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"url": "git+https://github.com/ember-fastboot/fastboot-app-server.git"
},
"engines": {
"node": "8.* || 10.* || >= 12.*"
"node": "10.* || 12.* || >= 14"
},
"keywords": [
"ember",
Expand Down

0 comments on commit 51d2373

Please sign in to comment.