Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node.js v20 support #980

Closed
electrovir opened this issue Nov 10, 2023 · 5 comments
Closed

Node.js v20 support #980

electrovir opened this issue Nov 10, 2023 · 5 comments

Comments

@electrovir
Copy link

electrovir commented Nov 10, 2023

Node.js v20 is now the latest LTS version of Node.js. Can this package support it please?

@rvitaliy
Copy link

according to packege.json configuration this vendor support "node": ">=14.0" see: https://github.com/twilio/twilio-node/blob/main/package.json#L76
but in the README say that it support only 14,16,18 https://github.com/twilio/twilio-node/blob/main/README.md?plain=1#L20
currently i use it on nodejs 20.9.0 without problem, but yes it's not the best solution since the tests runs only on 14,16,18 see: https://github.com/twilio/twilio-node/blob/main/.github/workflows/test-and-deploy.yml#L20C12-L20C12

please, can you start support nodejs v20 on your test suite too. 🙏

@tiwarishubham635
Copy link
Contributor

The support for node v20 has been temporarily removed due to an existing open issue with node v20. We are looking into it and will soon provide support for the LTS version of node.

@jordan-bite
Copy link

@tiwarishubham635 Can you provide link to where this is currently being tracked?

@Joeao
Copy link

Joeao commented Jan 26, 2024

I believe that this issue can be closed as of the release of 4.20.1

@tiwarishubham635
Copy link
Contributor

LTS Support is added in 4.20.1. Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants