Skip to content

Commit a9f2d49

Browse files
authored
bump suggested node_version due to npm bug
node 10.19.0 was bitten by this bug "invalid bin entry" - failing on npm install (sic!) npm/cli#613 see also https://elixirforum.com/t/cant-deploy-phoenix-app-to-heroku/31023 💙 does this need to be "backported" to 1.5 branch to appear on site?
1 parent 60a8e99 commit a9f2d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/deployment/heroku.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The Phoenix Static buildpack uses a predefined Node version but to avoid surpris
119119

120120
```
121121
# Node version
122-
node_version=10.19.0
122+
node_version=10.20.1
123123
```
124124

125125
Please refer to the [configuration section](https://github.com/gjaldon/heroku-buildpack-phoenix-static#configuration) for full details. You can make your own custom build script, but for now we will use the [default one provided](https://github.com/gjaldon/heroku-buildpack-phoenix-static/blob/master/compile).

0 commit comments

Comments
 (0)