-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
test: [filesystem] Update nsfw to support Node 10.15.1 #4318
Conversation
I forgot to update the CI to use Node 10 too, but on my workstation it worked without any issue. |
81a9752
to
b95242d
Compare
Update CI configs to run Node 10. |
I thought we do the Node.js 10.x support with electron 3.x. |
@kittaakos I don't know, just wanted to try and see what was failing, turns out it was pretty minimal. But it seems to make sense to do the Electron upgrade at the same time, this way both target will be in sync. If anything, this change can serve as a base for the actual migration from 8 to 10, unless this was already figured out, really no idea. In the mean time I am curious to see how the CI behaves on this patch. |
Turns out Travis failed... |
Also updated CI configs to run Node 10. Signed-off-by: Paul Maréchal <[email protected]>
b95242d
to
eb45620
Compare
CI was building correctly. |
👍 Keep an eye on #3729 |
Signed-off-by: Paul Maréchal [email protected]