File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 10
10
"required" : false
11
11
},
12
12
"HEROKU_EMBER_CLI_DEPLOY" : {
13
- "required" : true
13
+ "required" : false
14
14
},
15
15
"WORKER_COUNT" : {
16
16
"required" : false
22
22
],
23
23
"buildpacks" : [
24
24
{
25
- "url" : " https://codon-buildpacks .s3.amazonaws.com/buildpacks/heroku /emberjs.tgz"
25
+ "url" : " https://buildpack-registry .s3.amazonaws.com/buildpacks/aedev /emberjs.tgz"
26
26
}
27
- ]
27
+ ],
28
+ "stack" : " heroku-20"
28
29
}
Original file line number Diff line number Diff line change 106
106
"testem" : " ^2.14.0"
107
107
},
108
108
"engines" : {
109
- "node" : " 10.* || >= 12 " ,
110
- "npm" : " 5 " ,
111
- "yarn" : " ^ 1.22.0 "
109
+ "node" : " 10.* || 12.* || 14.* " ,
110
+ "npm" : " 7 " ,
111
+ "yarn" : " 1.22.10 "
112
112
},
113
113
"ember" : {
114
114
"edition" : " octane"
123
123
" abortcontroller-polyfill/dist/cjs-ponyfill"
124
124
],
125
125
"volta" : {
126
- "node" : " 12.16.1 " ,
127
- "yarn" : " 1.22.4 "
126
+ "node" : " 14.17.0 " ,
127
+ "yarn" : " 1.22.10 "
128
128
}
129
129
}
You can’t perform that action at this time.
0 commit comments