Is your feature request related to a problem? Please describe.
The current "twilio-run" package only supports NodeJS 20 and 22 yet the current maximum runtime is NodeJS 24.
Describe the solution you'd like
Add "24" as a supported engine for the package
Current:
"engines": {
"node": "^20.x || ^22.x"
},
Suggested:
"engines": {
"node": "^20.x || ^22.x || ^24.x"
},
Is your feature request related to a problem? Please describe.
The current "twilio-run" package only supports NodeJS 20 and 22 yet the current maximum runtime is NodeJS 24.
Describe the solution you'd like
Add "24" as a supported engine for the package
Current:
Suggested: