Skip to content

Commit 8dca458

Browse files
committed
[meta] temporarily limit support to node v0.10
Pending LinusU/buffer-from#14
1 parent d652e54 commit 8dca458

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: '< 10'
9+
range: '>= 0.10 < 10'
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
@@ -42,6 +42,6 @@
4242
]
4343
},
4444
"engines": {
45-
"node": ">= 0.4"
45+
"node": ">= 0.10"
4646
}
4747
}

0 commit comments

Comments
 (0)