Skip to content

Commit 9b5af50

Browse files
authored
Merge pull request #108 from jslicense/fix-engines
Fix package.json engines range
2 parents b253a41 + cd28fad commit 9b5af50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: '^20.20 || ^22.22 || ^24.14 || >= 25.4'
12+
range: '^20.20 || ^22.22 || ^24.13 || >= 25.4'
1313
command: 'npm run tests-only && npm run licenses'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"posttest": "aud --production"
4949
},
5050
"engines": {
51-
"node": "^20.20 || ^22.22 || ^24.14 || >= 25.4"
51+
"node": "^20.20 || ^22.22 || ^24.13 || >= 25.4"
5252
}
5353
}

0 commit comments

Comments
 (0)