File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 22
33## main
44- Prune devDependencies with Yarn 2 ([ #891 ] ( https://github.com/heroku/heroku-buildpack-nodejs/pull/891 ) )
5+ - Add 10.x, 12.x, and 14.x to inventory ([ 902] ( https://github.com/heroku/heroku-buildpack-nodejs/pull/902 ) )
56
67## v183 (2020-02-03)
78- Update node version to 14 ([ #885 ] ( https://github.com/heroku/heroku-buildpack-nodejs/pull/885 ) )
Original file line number Diff line number Diff line change @@ -4144,6 +4144,13 @@ arch = "linux-x64"
41444144url = " https://s3.amazonaws.com/heroku-nodebin/node/release/linux-x64/node-v12.20.1-linux-x64.tar.gz"
41454145etag = " 51c80c3820855d8e77f37c9a67b9d89b-3"
41464146
4147+ [[releases ]]
4148+ version = " 12.20.2"
4149+ channel = " release"
4150+ arch = " linux-x64"
4151+ url = " https://s3.amazonaws.com/heroku-nodebin/node/release/linux-x64/node-v12.20.2-linux-x64.tar.gz"
4152+ etag = " d296cca07540a62c9c583ce4f23afee7-3"
4153+
41474154[[releases ]]
41484155version = " 12.3.0"
41494156channel = " release"
You can’t perform that action at this time.
0 commit comments