From 334e6d6801c3c37029af779fc6c40ef37d75f5d3 Mon Sep 17 00:00:00 2001 From: Juan Pablo Villaseca Date: Mon, 9 Nov 2020 09:16:25 -0300 Subject: [PATCH] specified a static heroku-buildpack-nodejs version. fixes issue #181 --- .buildpacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildpacks b/.buildpacks index a34fb6fe..b334f542 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1,3 +1,3 @@ -https://github.com/heroku/heroku-buildpack-nodejs.git +https://github.com/heroku/heroku-buildpack-nodejs.git#v176 https://github.com/mars/create-react-app-inner-buildpack.git#v9.0.0 https://github.com/heroku/heroku-buildpack-static.git