diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70cd71e..8cbd96e 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: '^18.12 || ^20.9 || >= 22.7' + range: '^20.20 || ^22.22 || ^24.14 || >= 25.4' command: 'npm run tests-only && npm run licenses' diff --git a/package.json b/package.json index f3d54f5..83f436a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "dependencies": { "@blueoak/list": "^15.0.0", - "@npmcli/arborist": "^7.2.1", + "@npmcli/arborist": "^9.1.7", "correct-license-metadata": "^1.4.0", "docopt": "^0.6.2", "hasown": "^2.0.0", @@ -48,6 +48,6 @@ "posttest": "aud --production" }, "engines": { - "node": "^18.12 || ^20.9 || >= 22.7" + "node": "^20.20 || ^22.22 || ^24.14 || >= 25.4" } }