ExchangeUnion / xud-docker

Streamlined setup of xud and all dependencies via docker 🐳
https://docs.exchangeunion.com
GNU Affero General Public License v3.0
5 stars 5 forks source link

chore: use node lts #820

Closed sangaman closed 3 years ago

sangaman commented 3 years ago

This updates node versions to use lts instead of hardcoding at v12. Lts is currently v14 which supports ES2020 language features like bigint.

This is dependent on https://github.com/ExchangeUnion/xud/pull/2035 being merged, as currently the sqlite version we use does not build properly with node v14.

sangaman commented 3 years ago
* [ ]   amd build was failed twice, can u please check it @sangaman ?

I just merged the sqlite3 v5 PR into xud master, I'm hoping that fixes the issue. I'll investigate if it's still failing.