elastic / enterprise-search-js

Official Node.js client for Elastic Enterprise Search, App Search, and Workplace Search.
https://www.elastic.co/guide/en/enterprise-search-clients/index.html
Apache License 2.0
2 stars 10 forks source link

Move make.sh to .buildkite #53

Open JoshMock opened 8 months ago

JoshMock commented 8 months ago

Chatting with @TattdCodeMonkey about the underlying cause of those CI failures before merging. They look unrelated but I want to make sure.

JoshMock commented 8 months ago

@TattdCodeMonkey the latest version of @elastic/transport now only supports Node.js v18+. If that's gonna be a bad setup for these clients, let me know and I'll update so they depend on ~8.4.1 instead of ^8.0.0.

TattdCodeMonkey commented 8 months ago

I don't think bumping the Node version will be a problem.

JoshMock commented 2 months ago

@TattdCodeMonkey do we still care about this