-
Notifications
You must be signed in to change notification settings - Fork 86
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
chore(deps): upgrade to @mapbox/node-pre-gyp #70
Conversation
AWS SDK will only support Node 10+ starting from November 2021, so bump CI Node versions.
Thanks. I will look into it when I have time. Could be a couple weeks. |
thanks. please feel free to ping me anytime if any modification is needed. 😄 |
please process this |
Thanks! It seems to be working and binaries are building and being published for Windows at the moment. FYI, the travis-ci is now broken. I haven't dealt with them lately, and I'm not entirely sure what it'll take to fix it. |
Turned out to be way more work than I was hoping for, but travis-ci is now mostly working too. |
It seems that a newer GCC version is required to build tulipnode with the Node 16 headers, see #72 |
This PR upgrade the deprecated package
node-pre-gyp
to@mapbox/node-pre-gyp
.@mapbox/node-pre-gyp
requires Node 8+ and AWS SDK will only support Node 10+ starting from November 2021. So I have bump the Node version in the CI to Node 10+ as well.P.S. Please squash and merge if it is preferred. thanks.