-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Allow running ava from node 10.13 #2378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It's very likely that AVA 3 works on Node.js 10.13; however it hasn't been tested. npm issues warnings but these are warnings only. The minimal 12.14 restriction is more interesting since Node.js 12 may still receive additional features. We'll try and avoid relying on those features until the next major version. Without checking, it's pretty likely that Node.js 10.13 has security vulnerabilities. Long term support means that new versions will be released that are unlikely to break your code. You should still update to those newer versions. (I'm closing this issue for housekeeping purposes, but let's keep the conversation going.) |
Hi @novemberborn, thanks for you fast reply. We are building a tool internally for our company and we need to specify which version we will support to give teams straight guideline. Therefore we would welcome (if there are no roadblocks) to test ava against 10.13. Should we create a PR for this? |
We don't actually test against
You can run yarn with
There have been security releases since 10.13; your teams really should be upgrading. |
Alternatively I recommend you stick with AVA 2 and reassess in a few months. |
Okay, I've seen that in the github workflow its
I think its not an option for us to tell this a few hundred developers.
Yes, I totally agree, but I still cannot enforce this. I'll guess we have to stick with ava 2 then. |
Hello,
we would love to migrate to ava 3, but we discovered that while ava is supporting node 10, its starting from 10.18 (#2313).
Unfortunately we would need support from 10.13 which is the first 'Dubnium' release (LTS) for node 10.
We haven't found any documentation on why node 10.18 was chosen and would like to request if its possible do downgrad this to 10.13?
If it helps we will contribute a PR for this change.
The text was updated successfully, but these errors were encountered: