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.
1 parent e0f1c4c commit 8b53f17Copy full SHA for 8b53f17
.github/workflows/node-aught.yml
@@ -6,7 +6,7 @@ jobs:
6
tests:
7
uses: ljharb/actions/.github/workflows/node.yml@main
8
with:
9
- range: '< 10'
+ range: '>= 0.10 < 10'
10
type: minors
11
command: npm run tests-only
12
0 commit comments