-
Notifications
You must be signed in to change notification settings - Fork 781
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
feat!: node version upgrade, axios upgrade #1391
Conversation
@tiwarishubham635 @manisha1997 can you please trigger a release for this version? |
Is anyone else getting I patched Axios in one of our repos recently and discovered they'd updated the default export (see comment). So my imports changed from const axios = require('axios'); to const axios = require('axios').default; Don't know enough about JS modules to understand if this change is also required here. |
Never till launch. |
Can you share your axios verion?
|
Sure, I'm using @sendgrid/mail at 8.1.0 |
Fixes
This PR:
Drops support for node v 6, 8, 10
Checklist
If you have questions, please file a support ticket.