This repository was archived by the owner on Feb 9, 2021. It is now read-only.
 
 
 - 
  Notifications
 You must be signed in to change notification settings 
- Fork 9
Commit 745aa69
Specify node version for deploy fix attempt
Looks like the deploy was failing due to the following message:
 "TypeError: Object.values is not a function"
Since I didn't have a phoenix static buildpack file to specify the Node
version, it was defaulting to Node 6.9.2 on Heroku. Hopefully this
commit will update the Node version and resolve the issues (without
creating others).1 parent d60072a commit 745aa69
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 6 | 6 |  | |
| 7 | 7 |  | |
| 8 | 8 |  | |
| 9 | - | ||
| 9 | + | ||
| 10 | 10 |  | |
| 11 | 11 |  | |
| 12 | 12 |  | |
|  | |||
| 23 | 23 |  | |
| 24 | 24 |  | |
| 25 | 25 |  | |
| 26 | - | ||
| 26 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | + | ||
| 2 | + | ||
| 3 | + | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + | ||
0 commit comments