-
Notifications
You must be signed in to change notification settings - Fork 532
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: test on node 14 #23
Conversation
Codecov Report
@@ Coverage Diff @@
## master #23 +/- ##
=======================================
Coverage 95.21% 95.21%
=======================================
Files 92 92
Lines 4723 4723
Branches 488 488
=======================================
Hits 4497 4497
Misses 226 226 |
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.
should we keep 13 until 2020-06-01
?
hmm @mayurkale22 wdyt? AFAIK 13 essentially is 14, but with the API not completely finalized yet. Obviously there are differences though since our tests are passing in 13 but not 14. |
Maybe we can keep both and remove 13 after |
I will update the PR, and will make a PR to have same behavior in core. We still need to figure out why pg fails on 14 |
@dyladan can you please resolve conflicts ? |
I'll do this today |
Fixes #22