eXist-db / xst

Command line tool to interact with exist-db instances
https://npmjs.com/@existdb/xst
MIT License
17 stars 4 forks source link

require node >= 16 #152

Open line-o opened 10 months ago

line-o commented 10 months ago

The execa package, needs node >= 16 at runtime

This means we will bump the minimum node version to node 16 in the near future triggering a major version release.

duncdrum commented 10 months ago

see https://github.com/eXist-db/xst/pull/149