We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950eaa7 commit ba92fe6Copy full SHA for ba92fe6
.github/workflows/node-aught.yml
@@ -9,7 +9,7 @@ jobs:
9
tests:
10
uses: ljharb/actions/.github/workflows/node.yml@main
11
with:
12
- range: '< 10'
+ range: '< 10 >= 0.7'
13
type: minors
14
command: npm run tests-only
15
0 commit comments