eventespresso / barista

Javascript modules & tools for Event Espresso development
GNU General Public License v3.0
5 stars 1 forks source link

Remove support for Node v16 Gallium #1325

Closed alexkuc closed 2 months ago

alexkuc commented 2 months ago

Supporting both versions of Node, v16 and v20, is not possible. As such, need to remove support for v16:

https://github.com/eventespresso/barista/blob/00f7069dbc9ef5971a272870ea37896746aeafa1/package.json#L6

Reason: Underlying dependencies are waaay too different and cannot support both due to breaking changes. Oh, and did I mention Node v16 is EOL since last year? (source)

alexkuc commented 2 months ago

Escalating priority as this blocks further testing on (new) Barista PRs