We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075e15b commit 713ad14Copy full SHA for 713ad14
.travis.yml
@@ -1,7 +1,6 @@
1
language: node_js
2
3
node_js:
4
- - 4
5
- 6
6
- 8
7
# - node # runs tests against latest version of Node.js for future-proofing
package.json
@@ -26,7 +26,7 @@
26
"url": "https://github.com/awslabs/aws-serverless-express.git"
27
},
28
"engines": {
29
- "node": ">=4"
+ "node": ">=6"
30
31
"release": {
32
"verifyConditions": [
0 commit comments