twilio / twilio-cli

Unleash the power of Twilio from your command prompt
MIT License
162 stars 79 forks source link

chore: removed node v16 from runner image #549

Open sbansla opened 1 year ago

sbansla commented 1 year ago

Fixes

Removed node v16 and v14 support, By default runner image node version will be used. Currently it is at node v18

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sbansla commented 1 year ago

The CLI node engine still points at node v14+. Does it mean CLI is backwards compatible with node v14+ ?

Planning to change it before upcoming release.