terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

re-enable node 18 tests, remove node 14 tests #3443

Closed jsnoble closed 1 year ago

jsnoble commented 1 year ago

This PR is the start of the migration away from node 14 and to set node 18 as the primary node version of teralice. Node 18 tests failed due to the got library having a bug in streaming redirects (used in asset processes) so we updated the library to use the ESM version which forces the cut of node 14

godber commented 1 year ago

@jsnoble can you bump the minor version on teraslice in this PR?