Skip to content

Commit d057e6b

Browse files
authored
Merge pull request #107 from jslicense/arborist-9-1-10-and-engines-bump
Arborist 9.1.10 and engines bump (close #106)
2 parents aaaa9ab + 558d865 commit d057e6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
tests:
1010
uses: ljharb/actions/.github/workflows/node-majors.yml@main
1111
with:
12-
range: '^18.12 || ^20.9 || >= 22.7'
12+
range: '^20.20 || ^22.22 || ^24.14 || >= 25.4'
1313
command: 'npm run tests-only && npm run licenses'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"dependencies": {
1212
"@blueoak/list": "^15.0.0",
13-
"@npmcli/arborist": "^7.2.1",
13+
"@npmcli/arborist": "^9.1.7",
1414
"correct-license-metadata": "^1.4.0",
1515
"docopt": "^0.6.2",
1616
"hasown": "^2.0.0",
@@ -48,6 +48,6 @@
4848
"posttest": "aud --production"
4949
},
5050
"engines": {
51-
"node": "^18.12 || ^20.9 || >= 22.7"
51+
"node": "^20.20 || ^22.22 || ^24.14 || >= 25.4"
5252
}
5353
}

0 commit comments

Comments
 (0)