Skip to content

Commit 14ab83c

Browse files
author
Tony Tian
committed
bump minimum node version requirement
1 parent d5017cd commit 14ab83c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "6.3.0"
3+
- "6.11.5"
44
cache: yarn
55
branches:
66
only: [master]

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repo contains a scaffold to help developers build [apps for Zendesk product
88
## Getting Started
99

1010
### Dependencies
11-
- [Node.js](https://nodejs.org/en/) >= 6.3.x
11+
- [Node.js](https://nodejs.org/en/) >= 6.11.5
1212
- [Ruby](https://www.ruby-lang.org/) >= 2.0.x
1313

1414
### Setup

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Zendesk",
1111
"license": "Apache-2.0",
1212
"engines": {
13-
"node": ">=6.3.0"
13+
"node": ">=6.11.5"
1414
},
1515
"scripts": {
1616
"test": "jest",

0 commit comments

Comments
 (0)