Target Node.js v16, v18, v19, v20
Repository details (uvcc)
- Project page
- uvcc
- Project log category
- uvcc (175 entries)
- Repository
- @joelpurra/uvcc
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- ⏲️ This project has had recent commits.
- 📂 This project is open.
- 🌠 This project is popular.
- Repository activity period
- 🗓—
- Commits
- 191 commits
- Stars
- 98 stars
Commit details (8779b906)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Target Node.js v16, v18, v19, v20
- v14: drop support.
- End-of-life of Node.js v14 is 2023-04-30, in circa 2 months.
- For some reason,
npm install
fails to complete (on this machine), so dropping support early.- v17: drop support.
- EOL was 2022-06-01.
- v19: add support.
- Initial release was 2022-10-18.
- v20: add support.
- Initial release planned for 2023-04-18, in less than 2 months.
- Adding support early because I'm not sure I'll run updates again before the release date.
- Tested against v20.0.0-nightly20230225c1178c53ec, but nightlies are not included in the
engines
list.See
Raw text
Target Node.js v16, v18, v19, v20 - v14: drop support. - End-of-life of Node.js v14 is 2023-04-30, in circa 2 months. - For some reason, `npm install` fails to complete (on this machine), so dropping support early. - v17: drop support. - EOL was 2022-06-01. - v19: add support. - Initial release was 2022-10-18. - v20: add support. - Initial release planned for 2023-04-18, in less than 2 months. - Adding support early because I'm not sure I'll run updates again before the release date. - Tested against v20.0.0-nightly20230225c1178c53ec, but nightlies are not included in the `engines` list. See - https://github.com/nodejs/Release