-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add support for Node 22 #3327
Labels
Comments
Beside the warning I have no issues running ava on node 22.0.0 (OSX) |
I just tested on a few repositories of ours and ava |
Merged
Thanks @lenovouser and @novemberborn! |
The same problem is now happening for Node 23.
|
@ehmicky sorted. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Use Ava with Node 22.
If
--engine-strict
is used,npm install
fails with:If
--engine-strict
is not used, the following warning is printed, butnpm install
does not fail:Upgrade the following:
ava/package.json
Line 39 in ec1a8d2
However, there might be more work required due to the breaking changes that come with Node 22.
The text was updated successfully, but these errors were encountered: