Skip to content

Commit

Permalink
add Node v15.6.0 to inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Adams committed Jan 25, 2021
1 parent f18234d commit 36573b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## main
- Update node version to 14 ([#885](https://github.com/heroku/heroku-buildpack-nodejs/pull/885))
- Add unit tests around the behavior of `WEB_CONCURRENCY` ([#876](https://github.com/heroku/heroku-buildpack-nodejs/pull/876))
- Add Node v15.6.0 to inventory ([#892](https://github.com/heroku/heroku-buildpack-nodejs/pull/892))

## v182 (2020-01-05)
- add Node 14.15.3 and 15.5.0 to inventory ([#881](https://github.com/heroku/heroku-buildpack-nodejs/pull/881))
Expand Down
7 changes: 7 additions & 0 deletions inventory/node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4536,6 +4536,13 @@ arch = "linux-x64"
url = "https://s3.amazonaws.com/heroku-nodebin/node/release/linux-x64/node-v15.5.1-linux-x64.tar.gz"
etag = "37e51c2d28beb27f4488fbd5b4a58f59-4"

[[releases]]
version = "15.6.0"
channel = "release"
arch = "linux-x64"
url = "https://s3.amazonaws.com/heroku-nodebin/node/release/linux-x64/node-v15.6.0-linux-x64.tar.gz"
etag = "aeb1a459afa11e7fc482e0a672cf1fe2-4"

[[releases]]
version = "4.0.0"
channel = "release"
Expand Down

0 comments on commit 36573b2

Please sign in to comment.