Skip to content

Commit 1dace81

Browse files
committed
set node and yarn version for heroku and travis
1 parent 81e9d32 commit 1dace81

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

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

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "tulip",
33
"version": "0.0.2",
44
"description": "Experimental Zulip app built using React",
5+
"engines": {
6+
"node": "9.4.0",
7+
"yarn": "1.3.2"
8+
},
59
"scripts": {
610
"lint": "eslint app index.js",
711
"test": "npm run lint",

0 commit comments

Comments
 (0)