-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bug - Building with node 10 #484
Conversation
Snyk is complaining about a transient dependency having a security vulnerability. But AFAICT they are not going to resolve it isaacs/chownr#14 So I think we should ignore this in synk. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me now.
cc12ae5
to
ea15739
Compare
Is it worth updating the .nvmrc file to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Agree with @SamGodwin2's comment, but may as well make that change on the monorepo now?
Edit: actually could make the change here. It will be pulled down into the monorepo then.
ea15739
to
0b7312e
Compare
- Upgrade firebase as it had a dependency on an old version of grpc - Update travis to use node 10 - Update nvmrc to node 10 lts - Update docker to node 10 lts
0b7312e
to
d87b33f
Compare
@samiwel @SamGodwin2 I updated the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All works for me. 👍
What is the context of this PR?
Upgrade firebase which had the dependency on the old version of grpc which was failing to build on node 10.
How to review