We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90095a2 + c610415 commit 97973cfCopy full SHA for 97973cf
2 files changed
.travis.yml
@@ -1,9 +1,8 @@
1
language: node_js
2
node_js:
3
- - "stable"
4
- - "8"
5
- "10"
6
- "12"
+ - "14"
7
8
env:
9
- CXX=g++-4.8 WORKER_COUNT=2
package.json
@@ -12,7 +12,7 @@
12
"url": "git+https://github.com/ember-fastboot/fastboot-express-middleware.git"
13
},
14
"engines": {
15
- "node": "^8 || ^10 || >= 12.*"
+ "node": "10.* || 12.* || >= 14"
16
17
"keywords": [
18
"fastboot",
0 commit comments