| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Since we run CI on Node 20 as well as Node 24
There was a problem hiding this comment.
Downgrades the ava test runner (and its companion @ava/typescript) so the project's tests continue to work on Node.js 20, which is part of the CI matrix but is not supported by ava v7.
Changes:
| File | Description |
|---|---|
| package.json | Downgrades ava and @ava/typescript devDependency versions to maintain Node 20 support. |
| package-lock.json | Updated lockfile entries for ava, @ava/typescript, and their transitive deps. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Since we run CI on Node 20 as well as Node 24 and ava v7 doesn't support Node 20.