nightwatch-testing-library
nightwatch-testing-library copied to clipboard
chore: add tests for Node 16
https://nodejs.medium.com/node-js-16-available-now-7f5099a97e70
Technically, adding any engines here is a breaking change, since it could prevent installations from users on older Node versions. I think we should revert commit that unless we're ready to release this PR as a breaking change.
It technically is, but since other versions weren't supported anyways, I don't see any problem with adding them as I did.
We could publish this as a minor, and worst case if there are back compatibility issues (probably unlikely), we could revert it.