diff --git a/app.json b/app.json index 2806f17..a602ccf 100644 --- a/app.json +++ b/app.json @@ -14,7 +14,7 @@ ], "buildpacks": [ { - "url": "https://github.com/heroku/heroku-buildpack-google-chrome" + "url": "heroku/nodejs" }, { "url": "https://github.com/jontewks/puppeteer-heroku-buildpack" diff --git a/package.json b/package.json index 3590feb..3d528b0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "test-ws-bot", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "app.js", "scripts": { "start": "node ./app.js", "test": "echo \"Error: no test specified\" && exit 1" @@ -29,5 +29,8 @@ "devDependencies": { "pm2": "^5.1.2", "prettier": "2.5.1" + }, + "engines": { + "node": "14.x" } }