Skip to content

Commit

Permalink
fix: remove Node.js 4 support
Browse files Browse the repository at this point in the history
Lambda has deprecated the Node.js 4 runtime and is no longer accepting updates. Travis was failing one Node.js 4 due to the dependency updates.
  • Loading branch information
brettstack committed Mar 26, 2019
1 parent 39c55eb commit e01c9af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js

node_js:
- 4
- 6
- 8
# - node # runs tests against latest version of Node.js for future-proofing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "https://github.com/awslabs/aws-serverless-express.git"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"release": {
"verifyConditions": [
Expand Down

0 comments on commit e01c9af

Please sign in to comment.