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.
>= 4
1 parent 7acadfb commit 807084cCopy full SHA for 807084c
.github/workflows/node-aught.yml
@@ -6,6 +6,6 @@ jobs:
6
tests:
7
uses: ljharb/actions/.github/workflows/node.yml@main
8
with:
9
- range: '< 10'
+ range: '>= 4 < 10'
10
type: minors
11
command: npm run tests-only
package.json
@@ -28,5 +28,8 @@
28
"posttest": "npx npm@'>= 10.2' audit --production"
29
},
30
"author": "Dominic Tarr <[email protected]> (dominictarr.com)",
31
- "license": "(MIT AND BSD-3-Clause)"
+ "license": "(MIT AND BSD-3-Clause)",
32
+ "engines": {
33
+ "node": ">= 4"
34
+ }
35
}
0 commit comments