Page MenuHomePhabricator

[monorepo, cashtab] Upgrade nodeJS in CI and apps
ClosedPublic

Authored by bytesofman on Aug 9 2025, 03:33.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCc6b1cd060db9: [monorepo, cashtab] Upgrade nodeJS in CI and apps
Summary

I noticed Cashtab tests were passing with node 20 and failing with 22. The failure reasons include the (weird) issue of node 20 using 24:00:00 for midnight.

Anyway, we should always try to use the latest stable version.

So, bump node version in CI, update Cashtab tests to pass with node 22.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bytesofman published this revision for review.Aug 9 2025, 03:57

not sure if there is more that has to be done to test the CI change here

This revision is now accepted and ready to land.Aug 9 2025, 06:01