Skip to content

Commit 48314ff

Browse files
committed
prevent node 16 from being installed in heroku
1 parent 7003577 commit 48314ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"testem": "^2.14.0"
107107
},
108108
"engines": {
109-
"node": "10.* || >= 12",
109+
"node": "10.* || 12.* || 14.*",
110110
"npm": "7",
111111
"yarn": "1.22.10"
112112
},

0 commit comments

Comments
 (0)