diff --git a/backend/package.json b/backend/package.json index 691827f..eafe524 100644 --- a/backend/package.json +++ b/backend/package.json @@ -9,6 +9,9 @@ "test": "jest", "start": "node src/" }, + "engines" : { + "node": ">= 8.11.4" + }, "repository": { "type": "git", "url": "git+https://github.com/rtyler/howyoucanhelp.us.git"