Closed aaronfay closed 3 years ago
@justinklemm the build is failing for node-v8
, I didn't even think to check but ngrok
requires Node 10+. Being that Node 8 was deprecated last year is it something we can officially drop support for?
@aaronfay Yea, we can drop support for it. We'll just need to release this a v6. Can we add a CHANGELOG.md
file as part of this PR that covers releases starting at v5 so that we can explicitly note that v6 drops Node.js v8 support?
Adds
ngrok
support for execution endpoints:By default a variable
ngrokUrl
is provided viavariables
which has the tunnel endpoint. This can be customized by providing--ngrokUrlVariable foobar
.