Skip to content

Commit 60448d2

Browse files
authored
Upgrade nodejs to latest (16.9.1) version (#135)
* Upgrade nodejs to latest (16.9.1) version * Use latest 1.x yarn version in buildpack
1 parent 282e683 commit 60448d2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
elixir 1.11.4-otp-24
22
erlang 24.0.6
3-
nodejs 14.17.1
3+
nodejs 16.9.1

phoenix_static_buildpack.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
clean_cache=true
22
compile="compile"
3-
node_version=14.17.1
4-
yarn_version=1.17.3
3+
node_version=16.9.1
4+
yarn_version=1.22.11
55
phoenix_relative_path=.
66
remove_node=false
77
assets_path=.

0 commit comments

Comments
 (0)