Skip to content

Commit

Permalink
[meta] raise engines.node to 0.10, due to parse-asn1
Browse files Browse the repository at this point in the history
To restore lower node version support, `parse-asn1` will need to be fixed
  • Loading branch information
ljharb committed Sep 26, 2024
1 parent 52a4253 commit 063d27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-aught.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '< 10'
range: '>= 0.10 < 10'
type: minors
command: npm run tests-only
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"tape": "^5.9.0"
},
"engines": {
"node": ">= 0.4"
"node": ">= 0.10"
},
"auto-changelog": {
"output": "CHANGELOG.md",
Expand Down

0 comments on commit 063d27b

Please sign in to comment.