Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 2bc1a59

Browse files
committed
chore(node): node 6.9.1
1 parent 1d58078 commit 2bc1a59

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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-
- 6.4
3+
- 6.9.1
44
sudo: false
55
branches:
66
only:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
],
4646
"license": "BSD-2-Clause",
4747
"engines": {
48-
"node": ">=6.6"
48+
"node": ">=6.9.1"
4949
},
5050
"keywords": [
5151
"stream",
@@ -58,4 +58,4 @@
5858
"path": "./node_modules/cz-conventional-changelog"
5959
}
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)