alanvardy/exzeitable

Update node

Closed this issue · 1 comments

.tool-versions

elixir 1.9.4
erlang 22.1.8
ruby 2.6.3
nodejs 12.6.0

phoenix_static_buildpack.config

# phoenix_static_buildpack.config

# Use phoenix 1.3 executable
phoenix_ex=phx

# Clean out cache contents from previous deploys
clean_cache=true

node_version=12.6.0
npm_version=6.9.0

Done.