We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaaa9ab + 558d865 commit d057e6bCopy full SHA for d057e6b
.github/workflows/ci.yml
@@ -9,5 +9,5 @@ jobs:
9
tests:
10
uses: ljharb/actions/.github/workflows/node-majors.yml@main
11
with:
12
- range: '^18.12 || ^20.9 || >= 22.7'
+ range: '^20.20 || ^22.22 || ^24.14 || >= 25.4'
13
command: 'npm run tests-only && npm run licenses'
package.json
@@ -10,7 +10,7 @@
],
"dependencies": {
"@blueoak/list": "^15.0.0",
- "@npmcli/arborist": "^7.2.1",
+ "@npmcli/arborist": "^9.1.7",
14
"correct-license-metadata": "^1.4.0",
15
"docopt": "^0.6.2",
16
"hasown": "^2.0.0",
@@ -48,6 +48,6 @@
48
"posttest": "aud --production"
49
},
50
"engines": {
51
- "node": "^18.12 || ^20.9 || >= 22.7"
+ "node": "^20.20 || ^22.22 || ^24.14 || >= 25.4"
52
}
53
0 commit comments