Skip to content

Commit 2d8626a

Browse files
committed
fix #1206
Limit the node version to be used in package.json. This prevents heroku one click deployment to use unsupported nodeJS. Signed-off-by: t.goto <tomoyan777@gmail.com>
1 parent 969189b commit 2d8626a

File tree

2 files changed

+1036
-1011
lines changed

2 files changed

+1036
-1011
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"utf-8-validate": "~5.0.1"
194194
},
195195
"engines": {
196-
"node": ">=8.0.0"
196+
"node": ">=8.0.0 <12.0.0"
197197
},
198198
"maintainers": [
199199
{

0 commit comments

Comments
 (0)