Skip to content

Commit 9ae11d3

Browse files
committed
chore: supported Nodejs version now is 10
1 parent b981c38 commit 9ae11d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "8"
3+
- "10"
44

55
cache: yarn
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/giuem/uptimerobot-page/issues"
2222
},
2323
"engines": {
24-
"node": ">=8.10.0"
24+
"node": ">=10"
2525
},
2626
"dependencies": {
2727
"cron": "^1.3.0",

0 commit comments

Comments
 (0)