trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.03k stars 2.31k forks source link

Indicate Node.js supported versions #6180

Closed legobeat closed 10 months ago

legobeat commented 10 months ago

PR description

Testing instructions

Documentation

Breaking changes and new features

haltman-at commented 10 months ago

Hm, do we want to set .nvmrc to lts/*? That's what it is now, but we've often lagged behind a bit.

legobeat commented 10 months ago

How about pinning to lts as of now, 18?

I guess it's mostly a matter of if you want future upgrades to be explicit or not.

haltman-at commented 10 months ago

Oh, well right now we're still supporting 16, so...?

legobeat commented 10 months ago

@haltman-at Note that the value in .nvmrc does not affect which version unit tests are being run in (which still includes 16) - only the yarncheck job is being changed to use .nvmrc here.