google / gts

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

build: test on node 14, 16, 18, 20, and 21 #866

Closed tonycoco closed 6 months ago

tonycoco commented 6 months ago

The End-of-Life date for Node.js 16 was moved forward by seven months to coincide with the end of support of OpenSSL 1.1.1 on September 11th, 2023.

This fixes all warnings on Node 21 as well as removes the unnecessary type defs packages.

alexander-fenster commented 6 months ago

Let's make it a breaking change. We still support >=14 in Cloud client libraries.

tonycoco commented 6 months ago

Amended my commit to include Node 14, 16, 18, 20, and 21.