Skip to content

Commit 1c19201

Browse files
committed
[fix] package already works in node 0.8
1 parent 7ac34b6 commit 1c19201

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-aught.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
tests:
77
uses: ljharb/actions/.github/workflows/node.yml@main
88
with:
9-
range: '0.10 - 9'
9+
range: '0.8 - 9'
1010
type: minors
1111
command: npm run tests-only

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"tape": "^5.9.0"
4444
},
4545
"engines": {
46-
"node": ">= 0.10"
46+
"node": ">= 0.8"
4747
},
4848
"publishConfig": {
4949
"ignore": [

0 commit comments

Comments
 (0)