Downgrade ava to version 6.4.1

Since we run CI on Node 20 as well as Node 24
This commit is contained in:
Henry Mercer
2026-05-18 18:07:08 +01:00
parent c8a3492b26
commit 9665bc2f5a
2 changed files with 195 additions and 297 deletions
+2 -2
View File
@@ -44,7 +44,7 @@
"uuid": "^14.0.0"
},
"devDependencies": {
"@ava/typescript": "7.0.0",
"@ava/typescript": "6.0.0",
"@eslint/compat": "^2.0.5",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@octokit/types": "^16.0.0",
@@ -56,7 +56,7 @@
"@types/sarif": "^2.1.7",
"@types/semver": "^7.7.1",
"@types/sinon": "^21.0.1",
"ava": "^7.0.0",
"ava": "^6.4.1",
"esbuild": "^0.28.0",
"eslint": "^9.39.4",
"eslint-import-resolver-typescript": "^4.4.4",