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 8103981 commit 654b6b8Copy full SHA for 654b6b8
.travis.yml
@@ -1,7 +1,6 @@
1
language: node_js
2
3
node_js:
4
- - 6
5
- 8
6
# - node # runs tests against latest version of Node.js for future-proofing
7
@@ -43,4 +42,4 @@ cache:
43
42
44
notifications:
45
email:
46
- on_failure: change
+ on_failure: change
package.json
@@ -26,7 +26,7 @@
26
"url": "https://github.com/yugasun/tencent-serverless-http.git"
27
},
28
"engines": {
29
- "node": ">=6"
+ "node": ">=8"
30
31
"release": {
32
"verifyConditions": [
0 commit comments