You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because there has been no activity on this issue for 7 days since it was closed, it has been automatically locked. Please open a new issue if it requires a follow up.
The CICD workflow started failing when the
lts/*
node version bumped from 18.x to 20.x: https://github.com/solana-labs/solana-web3.js/actions/runs/6640521649/job/18041101940This is temporarily resolved by locking the Node version on this workflow to 18.x
This is caused by code in
version-from-git
that doesn't work on Node 20: compulim/version-from-git#16version-from-git
is unmaintained, with the last commit 4 years ago and a PR fixing this issue open since 31st AugustWe will need to fork it, or find an updated fork, and use that instead. Then we can bump our CICD workflow to Node 20.
The text was updated successfully, but these errors were encountered: