diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cbd96e..955f2d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,5 @@ jobs: tests: uses: ljharb/actions/.github/workflows/node-majors.yml@main with: - range: '^20.20 || ^22.22 || ^24.14 || >= 25.4' + range: '^20.20 || ^22.22 || ^24.13 || >= 25.4' command: 'npm run tests-only && npm run licenses' diff --git a/package.json b/package.json index df0fb10..44ad5cc 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "posttest": "aud --production" }, "engines": { - "node": "^20.20 || ^22.22 || ^24.14 || >= 25.4" + "node": "^20.20 || ^22.22 || ^24.13 || >= 25.4" } }