testing-library / cypress-testing-library

🐅 Simple and complete custom Cypress commands and utilities that encourage good testing practices.
http://npm.im/@testing-library/cypress
MIT License
1.8k stars 152 forks source link

feat: Drop support for node 10 #193

Closed nickserv closed 3 years ago

nickserv commented 3 years ago

What: Don't test with node 10

Why: Node 10 reached EOL on July 30th so let's free up some CI resources.

How: Remove 10 from node test matrix.

Checklist:

nickserv commented 3 years ago

Update: I've also updated engines, so this should be published as a breaking change.

kentcdodds commented 3 years ago

Actually, while we're at it, we may as well upgrade a few other things I'll push a few changes to this branch to make it easier.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 8.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: