We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b253a41 + cd28fad commit 9b5af50Copy full SHA for 9b5af50
.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: '^20.20 || ^22.22 || ^24.14 || >= 25.4'
+ range: '^20.20 || ^22.22 || ^24.13 || >= 25.4'
13
command: 'npm run tests-only && npm run licenses'
package.json
@@ -48,6 +48,6 @@
48
"posttest": "aud --production"
49
},
50
"engines": {
51
- "node": "^20.20 || ^22.22 || ^24.14 || >= 25.4"
+ "node": "^20.20 || ^22.22 || ^24.13 || >= 25.4"
52
}
53
0 commit comments