Skip to content

Commit b446e23

Browse files
pin overview-broker to nodejs buildpack v1.8.15 for node 16.x support
1 parent a3ac668 commit b446e23

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

spec/services/create-service-broker_space-scoped_spec.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Describe 'services'
4040
#| path: $fixture
4141
#| memory: 256M
4242
#| disk_quota: 256M
43+
#| buildpacks:
44+
#| - https://github.com/cloudfoundry/nodejs-buildpack.git#v1.8.15 # last version that supports node 16.x
4345
)
4446
put "$config"
4547
}

spec/services/create-service-broker_spec.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Describe 'services'
4040
#| path: $fixture
4141
#| memory: 256M
4242
#| disk_quota: 256M
43+
#| buildpacks:
44+
#| - https://github.com/cloudfoundry/nodejs-buildpack.git#v1.8.15 # last version that supports node 16.x
4345
)
4446
put "$config"
4547
}

0 commit comments

Comments
 (0)