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 7ac34b6 commit 1c19201Copy full SHA for 1c19201
.github/workflows/node-aught.yml
@@ -6,6 +6,6 @@ jobs:
6
tests:
7
uses: ljharb/actions/.github/workflows/node.yml@main
8
with:
9
- range: '0.10 - 9'
+ range: '0.8 - 9'
10
type: minors
11
command: npm run tests-only
package.json
@@ -43,7 +43,7 @@
43
"tape": "^5.9.0"
44
},
45
"engines": {
46
- "node": ">= 0.10"
+ "node": ">= 0.8"
47
48
"publishConfig": {
49
"ignore": [
0 commit comments