Closed
Description
DOM Testing Library
version: 7.0.2node
version: 10.16npm
(oryarn
) version: 1.17.3
Problem description:
Our build server (AWS CodeBuild) is failing after the update. It is configured to use Node 10, but provides node 10.16 at the moment.
The updated engines flag in the package.json specifies a minimum version of 10.18, breaking the build. Is this version actually necessary for this package to execute correctly or could we loosen up this restriction to include a wider range of node 10 versions?