Skip to content

Commit 713ad14

Browse files
committed
fix: remove Node.js 4 support
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.
1 parent 075e15b commit 713ad14

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22

33
node_js:
4-
- 4
54
- 6
65
- 8
76
# - node # runs tests against latest version of Node.js for future-proofing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"url": "https://github.com/awslabs/aws-serverless-express.git"
2727
},
2828
"engines": {
29-
"node": ">=4"
29+
"node": ">=6"
3030
},
3131
"release": {
3232
"verifyConditions": [

0 commit comments

Comments
 (0)