halkeye’s avatarhalkeye’s Twitter Archive—№ 21,059

  1. …in reply to @anaisbetts
    @anaisbetts @crtr0 @brianleroux @ryan @swyx Libraries should be declaring the versions of node they support via engines in package.json. (ex node >= 16) Specific node versions would be useful for development of the library only, so they don't get bug reportss like "couldn't run tests" but they are using node 10.