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 58c29a0 commit c52cae7Copy full SHA for c52cae7
.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 - 10'
+ range: '0.10 - 10'
10
type: minors
11
command: npm run tests-only
12
package.json
@@ -48,7 +48,7 @@
48
},
49
"browser": "browser/index.js",
50
"engines": {
51
- "node": ">= 0.12"
+ "node": ">= 0.10"
52
53
"auto-changelog": {
54
"output": "CHANGELOG.md",
0 commit comments