You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #105 from cypress-io/deps/rm-uuid (12b38c9)
BREAKING CHANGES
The minimum supported Node.js version is now >= 14.17.0
(crypto.randomUUID()). Consumers must run on Node 14.17+ (or a newer
supported release). Upgrade Node before upgrading @cypress/request.
Projects pinned to older Node versions will fail at install time due to the engines field and may fail at runtime if they bypass it.
Refs: #105