Skip to content

Commit 654b6b8

Browse files
committed
fix: update lowest node version to 8
1 parent 8103981 commit 654b6b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22

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

@@ -43,4 +42,4 @@ cache:
4342

4443
notifications:
4544
email:
46-
on_failure: change
45+
on_failure: change

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/yugasun/tencent-serverless-http.git"
2727
},
2828
"engines": {
29-
"node": ">=6"
29+
"node": ">=8"
3030
},
3131
"release": {
3232
"verifyConditions": [

0 commit comments

Comments
 (0)