Skip to content

Commit 859e8d9

Browse files
Add node 13.0.1
for stack(s) io.buildpacks.stacks.bionic, org.cloudfoundry.stacks.cflinuxfs3 [#169349866]
1 parent c9acf1a commit 859e8d9

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

buildpack.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,24 @@ stacks = ["org.cloudfoundry.stacks.cflinuxfs3"]
120120
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-12.13.0-linux-x64-cflinuxfs3-55d69507.tgz"
121121
version = "12.13.0"
122122

123+
[[metadata.dependencies]]
124+
id = "node"
125+
name = "Node Engine"
126+
sha256 = "7476f43e45a896c95c5995c6f904aa5fb5d7347a25eaa95ce80043892b3926a4"
127+
stacks = ["io.buildpacks.stacks.bionic"]
128+
uri = "https://nodejs.org/dist/v13.0.1/node-v13.0.1-linux-x64.tar.gz"
129+
version = "13.0.1"
130+
131+
[[metadata.dependencies]]
132+
id = "node"
133+
name = "Node Engine"
134+
sha256 = "591dc937a175b356c4589989a5632a20664aeaf2965fc846316c3e9f554e41ce"
135+
source = "https://nodejs.org/dist/v13.0.1/node-v13.0.1.tar.gz"
136+
source_sha256 = "23566f3a97d917b4da7a04a72e7b39edbe01da0384ca7addba69736c14fab91c"
137+
stacks = ["org.cloudfoundry.stacks.cflinuxfs3"]
138+
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-13.0.1-linux-x64-cflinuxfs3-591dc937.tgz"
139+
version = "13.0.1"
140+
123141
[[metadata.dependency_deprecation_dates]]
124142
date = 2021-04-01T00:00:00Z
125143
link = "https://github.com/nodejs/Release"
@@ -132,6 +150,12 @@ link = "https://github.com/nodejs/Release"
132150
name = "node"
133151
version_line = "12.x.x"
134152

153+
[[metadata.dependency_deprecation_dates]]
154+
date = 2020-06-01T00:00:00Z
155+
link = "https://github.com/nodejs/Release"
156+
name = "node"
157+
version_line = "13.x.x"
158+
135159
[[metadata.dependency_deprecation_dates]]
136160
date = 2019-12-01T00:00:00Z
137161
link = "https://github.com/nodejs/Release"

0 commit comments

Comments
 (0)