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 6ef651a commit 4596faeCopy full SHA for 4596fae
.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: '0.12 - 9'
+ range: '0.10 - 9'
10
type: minors
11
command: npm run tests-only
12
package.json
@@ -39,7 +39,7 @@
39
"tape": "^5.9.0"
40
},
41
"engines": {
42
- "node": ">= 0.12"
+ "node": ">= 0.10"
43
44
"auto-changelog": {
45
"output": "CHANGELOG.md",
0 commit comments