Skip to content

Commit 4596fae

Browse files
committed
[meta] node 0.10 works now
1 parent 6ef651a commit 4596fae

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,7 +6,7 @@ jobs:
66
tests:
77
uses: ljharb/actions/.github/workflows/node.yml@main
88
with:
9-
range: '0.12 - 9'
9+
range: '0.10 - 9'
1010
type: minors
1111
command: npm run tests-only
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"tape": "^5.9.0"
4040
},
4141
"engines": {
42-
"node": ">= 0.12"
42+
"node": ">= 0.10"
4343
},
4444
"auto-changelog": {
4545
"output": "CHANGELOG.md",

0 commit comments

Comments
 (0)