Skip to content

Commit 06c0f31

Browse files
committedJun 17, 2020
bump node version
1 parent be241df commit 06c0f31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
node_js:
3-
- 7
3+
- 8

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "./node_modules/mocha/bin/mocha -R spec test/*-test.js"
2626
},
2727
"engines": {
28-
"node": ">=7.10.1"
28+
"node": ">=8.6.0"
2929
},
3030
"dependencies": {
3131
"commander": "^5.1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.