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

Fix tests #1775

Merged
merged 3 commits into from May 26, 2022
Merged

Fix tests #1775

merged 3 commits into from May 26, 2022

Conversation

cspotcode
Copy link
Collaborator

@cspotcode cspotcode commented May 26, 2022

After TS 4.7 was released stable, the test matrix started running TS 4.7 combined with node 14.13.0 and node12. Previously, the test matrix had only been combining TS 4.7 RC with node 14.x (newest v14), 16.x, and 18x.

This caused us to, yet again, hit a node 14.13.0 bug.

Note that this is not the same as #1774, an unrelated node bug that coincidentally started happening on the same night.

@cspotcode cspotcode added this to the 10.9.0 or 11.0.0 milestone May 26, 2022
@codecov
Copy link

codecov bot commented May 26, 2022

Codecov Report

Merging #1775 (8c18db4) into main (78d103f) will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted Files Coverage Δ
src/child/spawn-child.ts 75.00% <0.00%> (-10.00%) ⬇️

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.

None yet

1 participant