subql icon indicating copy to clipboard operation
subql copied to clipboard

[$200 in SQT] Update to Nodejs 20

Open stwiname opened this issue 11 months ago • 1 comments

Node js 20 is the current LTS version

Things to update:

  • Docker images
  • CI
  • All SDKs
    • https://github.com/subquery/subql
    • https://github.com/subquery/subql-ethereum
    • https://github.com/subquery/subql-algorand
    • https://github.com/subquery/subql-near
    • https://github.com/subquery/subql-cosmos
    • https://github.com/subquery/subql-stellar
    • https://github.com/subquery/subql-concordium
  • Starter projects
    • https://github.com/subquery/subql-starter
    • https://github.com/subquery/ethereum-subql-starter
    • https://github.com/subquery/cosmos-subql-starter
    • https://github.com/subquery/near-subql-starter
    • https://github.com/subquery/algorand-subql-starter
    • https://github.com/subquery/stellar-subql-starter
    • https://github.com/subquery/concordium-subql-starter
  • Dictionaries
    • https://github.com/subquery/subql-dictionaries
    • https://github.com/subquery/ethereum-subql-dictionaries
    • https://github.com/subquery/cosmos-subql-dictionaries
    • https://github.com/subquery/algorand-subql-dictionaries
    • https://github.com/subquery/near-subql-dictionaries
    • https://github.com/subquery/stellar-subql-dictionaries

stwiname avatar Mar 17 '24 20:03 stwiname

https://github.com/subquery/subql/issues/2198 - it might also be handy to take care of together with this, since ESM support has breaking changes at Node 20

MOZGIII avatar Mar 20 '24 10:03 MOZGIII