-
-
Notifications
You must be signed in to change notification settings - Fork 14
🚀 Feature: Drop support for Node 16 #530
Copy link
Copy link
Closed
Labels
status: accepting prsPlease, send a pull request to resolve this! 🙏Please, send a pull request to resolve this! 🙏type: featureNew enhancement or request 🚀New enhancement or request 🚀
Metadata
Metadata
Assignees
Labels
status: accepting prsPlease, send a pull request to resolve this! 🙏Please, send a pull request to resolve this! 🙏type: featureNew enhancement or request 🚀New enhancement or request 🚀
Bug Report Checklist
mainbranch of the repository.Overview
pnpm 9.x does not supports Node 16 per https://pnpm.io/9.x/installation: it's now v18.12 and higher. Which means this repo's maintenance must choose between using an older pnpm or dropping v16 support.
Per https://endoflife.date/nodejs, Node 16 went EOL over a year ago. I choose dropping Node 16 support in a 2.x of ts-api-utils.
Additional Info
💖