testing-library / dom-testing-library

🐙 Simple and complete DOM testing utilities that encourage good testing practices.
https://testing-library.com/dom
MIT License
3.25k stars 463 forks source link

chore: Pin NPM version #1262

Closed eps1lon closed 10 months ago

eps1lon commented 10 months ago

Closes https://github.com/testing-library/dom-testing-library/issues/1242

overrides is not available in NPM bundled with Node.js 14. But we can hopefully use later NPM versions in older Node.js version.

That way we can keep CI alive without having to make breaking changes.

codesandbox-ci[bot] commented 10 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit b8b1ca57ad54257685f9669c6a43c80f4a7125f2:

Sandbox Source
react-testing-library-examples Configuration
react-testing-library demo Issue #1242
codecov[bot] commented 10 months ago

Codecov Report

Merging #1262 (b8b1ca5) into main (336152b) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main     #1262   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines         1038      1038           
  Branches       349       351    +2     
=========================================
  Hits          1038      1038           
Flag Coverage Δ
node-14 100.00% <ø> (?)
node-16 100.00% <ø> (ø)
node-18 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more