Skip to content

Commit b751dcc

Browse files
author
Danielle Adams
committed
add 12.x
1 parent b4e845a commit b751dcc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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))

inventory/node.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4144,6 +4144,13 @@ arch = "linux-x64"
41444144
url = "https://s3.amazonaws.com/heroku-nodebin/node/release/linux-x64/node-v12.20.1-linux-x64.tar.gz"
41454145
etag = "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]]
41484155
version = "12.3.0"
41494156
channel = "release"

0 commit comments

Comments
 (0)