Skip to content

Commit

Permalink
Remove nodejs 8.x.x dependency line
Browse files Browse the repository at this point in the history
[#170726581]
  • Loading branch information
mdelillo committed Jan 15, 2020
1 parent 6c08278 commit 4920e8f
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,6 @@ api = "0.2"
[metadata.default-versions]
node = "10.x"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
sha256 = "b4abe15963f75f969f3b3aabf6600c25ed32fa6ff106c38856cde78ecf69c729"
source = "https://nodejs.org/dist/v8.16.2/node-v8.16.2-linux-x64.tar.gz"
source_sha256 = "722d07291a8886384388c6795a747ec2055073f83dc73c0a97efba0022cc23ff"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-8.16.2-bionic-b4abe159.tgz"
version = "8.16.2"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
sha256 = "6120016c056a845f6cbae158a53d4a64382aa237bb7bea98cbdaf16a8d73f020"
source = "https://nodejs.org/dist/v8.16.2/node-v8.16.2.tar.gz"
source_sha256 = "4f94361bbe087bc3a9d48ff69c2cefabb6460c64cb7d959204726467b9ee84b8"
stacks = ["org.cloudfoundry.stacks.cflinuxfs3"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-8.16.2-linux-x64-cflinuxfs3-6120016c.tgz"
version = "8.16.2"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
sha256 = "497191b5176bf175797a3bd63d07c14be583023de3f306c23f690447f994c218"
source = "https://nodejs.org/dist/v8.17.0/node-v8.17.0-linux-x64.tar.gz"
source_sha256 = "8b2c9e1f84317c4b02736c4c50db4dd2cd6c4f0ba910fa81f887c8c9294af596"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-8.17.0-bionic-497191b5.tgz"
version = "8.17.0"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
sha256 = "e456fcb7ff0b49d044519726039df7e9fe5b5374cb2a89a06c13977a8656934f"
source = "https://nodejs.org/dist/v8.17.0/node-v8.17.0.tar.gz"
source_sha256 = "aa583f19065545fa4c9b480ba13cf94f29350415ca5a853a5afde3c9b6982c4b"
stacks = ["org.cloudfoundry.stacks.cflinuxfs3"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-8.17.0-linux-x64-cflinuxfs3-e456fcb7.tgz"
version = "8.17.0"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
Expand Down Expand Up @@ -190,12 +150,6 @@ api = "0.2"
name = "node"
version_line = "13.x.x"

[[metadata.dependency_deprecation_dates]]
date = 2019-12-01T00:00:00Z
link = "https://github.com/nodejs/Release"
name = "node"
version_line = "8.x.x"

[[stacks]]
id = "org.cloudfoundry.stacks.cflinuxfs3"

Expand Down

0 comments on commit 4920e8f

Please sign in to comment.