trentrand / cypress-utils

⚙ Easily parallelize and stress-test your Cypress tests
MIT License
25 stars 6 forks source link

Add strict compatibility requirements for Node versions >=11.0.0 #9

Closed trentrand closed 3 years ago

trentrand commented 3 years ago

These changes add a minimum version requirement for Node version 11.0.0 and higher, since the Array#flat method requires such.

This addresses issue #8 on GitHub.