google / gts

☂️ TypeScript style guide, formatter, and linter.
https://github.com/google/gts
Apache License 2.0
5.04k stars 203 forks source link

Drop support for Node.js 14 and 16 #799

Closed ozfox closed 11 months ago

ozfox commented 11 months ago

Both of them already reached EOL, v14 in April and v16 just recently on September 11th.

I have come across this because fix(deps): update typescript-eslint monorepo to v6 (major) #767 was closed, probably because the pipeline for v14 failed. In addition to typescript-eslint, other dependencies have also dropped support or are likely to do so soon.

danielbankhead commented 11 months ago

@ozfox unfortunately, our downstream libraries require Node 14+ support. Examples:

We would love to support Node 18 as minimum, however it will take some time before we make it a minimum.