diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b095359..0b12e384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: strategy: matrix: node-version: - - 24.13.1 - 24.14.0 steps: - name: checkout diff --git a/package.json b/package.json index 1eb6de92..2a7d547a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "repository-provider-cli-support": "^3.0.7" }, "devDependencies": { - "ava": "^6.4.1", + "ava": "^7.0.0", "c8": "^11.0.0", "documentation": "^14.0.3", "execa": "^9.6.1",