ripple / validator-history-service

Service for ingesting, aggregating, storing, and disbursing XRP Ledger validation related data.
ISC License
14 stars 7 forks source link

Upgrade to Node 18 or Node 20 #202

Open mvadari opened 5 months ago

mvadari commented 5 months ago

IIRC VHS prod is still running Node 14, and this is causing issues with dependency updates that expect a non-deprecated version of Node. An actively supported Node version should be tested thoroughly and used in production, and support for deprecated Node versions should be removed.