Skip to content
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

upgrade pg for compatibility with node v14 #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hallettj
Copy link

This project is such a cool idea! I'm planning to use it to run tests in my project, and to spin up a clean database for TypeORM to use as a point of reference for automatically generating migrations.

There is a problem that when running with Node v14 older versions of pg hang while connecting. To work with Node v14 pg must be updated to v8.0.3 or later.

@codecov-io
Copy link

codecov-io commented Oct 14, 2020

Codecov Report

Merging #10 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   92.45%   92.45%           
=======================================
  Files           1        1           
  Lines          53       53           
  Branches        6        6           
=======================================
  Hits           49       49           
  Misses          4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5963ff2...b3b374f. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants