Description
💬 Questions and Help
I am using the latest version of react testing library https://testing-library.com/docs/intro which is 11.1.0
But can not run the CI/CD pipeline with a docker image which has a node version 10.13.0.
I have filed an issue in the react testing library:
testing-library/react-testing-library#804
They refer to the following link:
https://unpkg.com/@jest/types@26.6.0/package.json
saying that the issue comes from jest/types which has support only for engines with "node": ">= 10.14.2"
Question: Is there any upcoming release foreseen where the engine's node could be downgraded to >= 10.13.0 ? Or any suggestions, cause it doesn't matter if I install jest with lower version the react testing library always has a peerDependency to newer jest/types@26.6.0?
Please note that this issue tracker is not a help forum and this issue will be closed.
For questions or help please see: