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 d652e54 commit 8dca458Copy full SHA for 8dca458
.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
package.json
@@ -42,6 +42,6 @@
42
]
43
},
44
"engines": {
45
- "node": ">= 0.4"
+ "node": ">= 0.10"
46
}
47
0 commit comments