We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
engines.node
parse-asn1
1 parent 52a4253 commit 063d27bCopy full SHA for 063d27b
.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: '< 10'
+ range: '>= 0.10 < 10'
10
type: minors
11
command: npm run tests-only
package.json
@@ -38,7 +38,7 @@
38
"tape": "^5.9.0"
39
},
40
"engines": {
41
- "node": ">= 0.4"
+ "node": ">= 0.10"
42
43
"auto-changelog": {
44
"output": "CHANGELOG.md",
0 commit comments