File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ - Added Node.js version 21.7.0.
10
11
- Bump to Buildpack API 0.10.
11
12
([ #789 ] ( https://github.com/heroku/buildpacks-nodejs/pull/789 ) )
12
13
Original file line number Diff line number Diff line change @@ -5768,6 +5768,13 @@ arch = "linux-x64"
5768
5768
url = " https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v21.6.2-linux-x64.tar.gz"
5769
5769
etag = " 1b9429107ff9f90e168fe2ac97bac16a-6"
5770
5770
5771
+ [[releases ]]
5772
+ version = " 21.7.0"
5773
+ channel = " release"
5774
+ arch = " linux-x64"
5775
+ url = " https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v21.7.0-linux-x64.tar.gz"
5776
+ etag = " 17b93378a96909b6135c9583c2cfe3ab-6"
5777
+
5771
5778
[[releases ]]
5772
5779
version = " 4.0.0"
5773
5780
channel = " release"
You can’t perform that action at this time.
0 commit comments