Skip to content

Commit

Permalink
bump suggested node_version due to npm bug (#3801)
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
petermm committed Apr 27, 2020
1 parent 60a8e99 commit 6648e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/deployment/heroku.md
Expand Up @@ -119,7 +119,7 @@ The Phoenix Static buildpack uses a predefined Node version but to avoid surpris

```
# Node version
node_version=10.19.0
node_version=10.20.1
```

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).
Expand Down

0 comments on commit 6648e23

Please sign in to comment.