We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
engines.node
1 parent ea23656 commit 37c9bafCopy full SHA for 37c9baf
.github/workflows/node.yml
@@ -9,6 +9,6 @@ jobs:
9
tests:
10
uses: ljharb/actions/.github/workflows/node.yml@main
11
with:
12
- range: '^22.11 || >= 23.3'
+ range: '^22.21 || ^24.11 || >= 25.1'
13
type: minors
14
command: npm run tests-only
package.json
@@ -80,6 +80,6 @@
80
]
81
},
82
"engines": {
83
- "node": "^22.11 || >= 23.3"
+ "node": "^22.21 || ^24.11 || >= 25.1"
84
}
85
0 commit comments