-
Notifications
You must be signed in to change notification settings - Fork 961
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
Added support Node 12.x.x. Updated deprecated functions for v8. #489
Conversation
…st v8::String::Utf8Value
It looks like node v12 support for I believe you'll need to update minimum version for Aside from that that @octalmage anything additional that needs to get this change landed? |
Thanks @issacgerges. I have updated the nodejs/nan package version and builds have been successful. Not sure why Github still has Travis-CI's old results whereas the new build is successful. Should be updated once merged with the |
+1 building on macOS Mojave is working fine where master did not.
|
Hi, are there any news with regards to node 12 support? We would like to upgrade to node 12 in our application and we were interested if there has been any development in this respect. Thanks! |
@octalmage @malhotra-sidharth any update? |
Bump, this should probably get merged in (if it's working). Node v13 is out now too. |
@octalmage any update on this? |
who is down to fork + publish? |
please publish this update for node v12 |
@octalmage do you intend to merge this? If not, we probably need to fork and publish, as @brandonros suggests. |
Hello @brandonros @rwwagner90, I will take care of this PR in the repository, a new version of robotjs will be published in few days |
@malhotra-sidharth Thank you for your PR, it looks like the test are not passing on NodeJS v13.2.0, any chance to support it? |
Closing that one as #523 is also including the support of Node 13.x.x and is based on your one (indeed, including your commits) Thank you! |
References: