Skip to content

Commit 063d27b

Browse files
committed
[meta] raise engines.node to 0.10, due to parse-asn1
To restore lower node version support, `parse-asn1` will need to be fixed
1 parent 52a4253 commit 063d27b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-aught.yml

+1-1
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: '< 10'
9+
range: '>= 0.10 < 10'
1010
type: minors
1111
command: npm run tests-only

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"tape": "^5.9.0"
3939
},
4040
"engines": {
41-
"node": ">= 0.4"
41+
"node": ">= 0.10"
4242
},
4343
"auto-changelog": {
4444
"output": "CHANGELOG.md",

0 commit comments

Comments
 (0)