Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit e85e71e

Browse files
committed
pin engine to 12
This fixes an issue with Heroku deploys.
1 parent 838ab3f commit e85e71e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.0",
44
"description": "Some boilerplate code to get you started - get shakin'!",
55
"engines": {
6-
"node": ">= 7.0.0"
6+
"node": "~12.11.1"
77
},
88
"main": "index.js",
99
"scripts": {

0 commit comments

Comments
 (0)