XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.19k stars 507 forks source link

feat: add node 22 support #2695

Open mvadari opened 1 month ago

mvadari commented 1 month ago

High Level Overview of Change

This PR adds CI for Node 22 and updates all the actions to the latest versions.

Context of Change

node v22 was just released

Type of Change

Test Plan

CI passes with node 22.

mvadari commented 1 month ago

This works locally, and in a Linux docker container, but not in CI for some reason.....

mvadari commented 1 month ago

This is likely related: https://github.com/nodejs/node/issues/52797